Html Css Color HEX #B8DD76 Sulu

📋 copy color: '#B8DD76'

red 184 ◦ green 221 ◦ blue 118

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

Shades of Sulu #B8DD76

Tints of Sulu #B8DD76

RGB

 RED value IS 184 (72.27% from 255) = 35.18%

 GREEN value IS 221 (86.72% from 255) = 42.26%

 BLUE value IS 118 (46.48% from 255) = 22.56%

R = 35.18%
G = 42.26%
B = 22.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#B8DD76 (or 0xB8DD76) is known color: Sulu. HEX triplet: B8, DD and 76. RGB value is (184,221,118). Sum of RGB (Red+Green+Blue) = 184+221+118=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DD76 is #472289. Grayscale: #C6C6C6. Windows color (decimal): -4661898 or 7790008. OLE color: 7790008.

HSL color Cylindrical-coordinate representation of color #B8DD76: hue angle of 81.55º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8DD76 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 118 -
CMYK 0.17 0 0.47 0.13
HSL 81.55º 0.6% 0.66% -
HSV(B) 81.55º 0.47% 0.87% -
XYZ 48.89 63.21 26.76 -
YUV 198.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 184 221 118 0.17 0 0.47 0.13 81.55 0.6 0.66
Hex B8 DD 76 11 0 2F D 52 3C 42
Octal 270 335 166 21 0 57 15 122 74 102
Binary 10111000 11011101 1110110 10001 0 101111 1101 1010010 111100 1000010

Color Harmonies of #B8DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DD76

Black with #B8DD76

Text Example


Text Example

White with #B8DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DD76; }

 p { color: rgb(184,221,118); }

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

background-color css

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

 a { background-color: rgb(184,221,118); }

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

border-color css

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

 span { border-color: rgb(184,221,118); }

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