Html Css Color HEX #B9F975 Sulu

📋 copy color: '#B9F975'

red 185 ◦ green 249 ◦ blue 117

#B9F975
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B9F975

Tints of Sulu #B9F975

RGB

 RED value IS 185 (72.66% from 255) = 33.58%

 GREEN value IS 249 (97.66% from 255) = 45.19%

 BLUE value IS 117 (46.09% from 255) = 21.23%

R = 33.58%
G = 45.19%
B = 21.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9F975 (or 0xB9F975) is known color: Sulu. HEX triplet: B9, F9 and 75. RGB value is (185,249,117). Sum of RGB (Red+Green+Blue) = 185+249+117=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F975 is #46068A. Grayscale: #D7D7D7. Windows color (decimal): -4589195 or 7731641. OLE color: 7731641.

HSL color Cylindrical-coordinate representation of color #B9F975: hue angle of 89.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9F975 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 249 117 -
CMYK 0.26 0 0.53 0.02
HSL 89.09º 0.92% 0.72% -
HSV(B) 89.09º 0.53% 0.98% -
XYZ 57.09 79.35 29.14 -
YUV 214.82 72.8 106.73 -
System Red Green Blue C M Y K H S L
Decimal 185 249 117 0.26 0 0.53 0.02 89.09 0.92 0.72
Hex B9 F9 75 1A 0 35 2 59 5C 48
Octal 271 371 165 32 0 65 2 131 134 110
Binary 10111001 11111001 1110101 11010 0 110101 10 1011001 1011100 1001000

Color Harmonies of #B9F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F975

Black with #B9F975

Text Example


Text Example

White with #B9F975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F975; }

 p { color: rgb(185,249,117); }

 H1.HeaderClassName
 {
   color: #B9F975;
 }
 .AnyTagClassName
 {
   color: #B9F975;
 }
</style>

background-color css

<style>
 a { background-color: #B9F975; }

 a { background-color: rgb(185,249,117); }

 div.DivClassName
 {
   background-color: #B9F975;
 }
 .BgClassName
 {
   background-color: #B9F975;
 }
</style>

border-color css

<style>
 span { border-color: #B9F975; }

 span { border-color: rgb(185,249,117); }

 td.TdClassName
 {
   border-color: #B9F975;
 }
 .TagClassName
 {
   border-color: #B9F975;
 }
</style>