Html Css Color HEX #BDFB77 Sulu

📋 copy color: '#BDFB77'

red 189 ◦ green 251 ◦ blue 119

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

Shades of Sulu #BDFB77

Tints of Sulu #BDFB77

RGB

 RED value IS 189 (74.22% from 255) = 33.81%

 GREEN value IS 251 (98.44% from 255) = 44.9%

 BLUE value IS 119 (46.88% from 255) = 21.29%

R = 33.81%
G = 44.9%
B = 21.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#BDFB77 (or 0xBDFB77) is known color: Sulu. HEX triplet: BD, FB and 77. RGB value is (189,251,119). Sum of RGB (Red+Green+Blue) = 189+251+119=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 119 (46.88% from 255 or 21.29% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB77 is #420488. Grayscale: #D9D9D9. Windows color (decimal): -4326537 or 7863229. OLE color: 7863229.

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

Color convert

RGB 189 251 119 -
CMYK 0.25 0 0.53 0.02
HSL 88.18º 0.94% 0.73% -
HSV(B) 88.18º 0.53% 0.98% -
XYZ 58.81 81.15 30.02 -
YUV 217.41 72.46 107.73 -
System Red Green Blue C M Y K H S L
Decimal 189 251 119 0.25 0 0.53 0.02 88.18 0.94 0.73
Hex BD FB 77 19 0 35 2 58 5E 49
Octal 275 373 167 31 0 65 2 130 136 111
Binary 10111101 11111011 1110111 11001 0 110101 10 1011000 1011110 1001001

Color Harmonies of #BDFB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB77

Black with #BDFB77

Text Example


Text Example

White with #BDFB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB77; }

 p { color: rgb(189,251,119); }

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

background-color css

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

 a { background-color: rgb(189,251,119); }

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

border-color css

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

 span { border-color: rgb(189,251,119); }

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