Html Css Color HEX #B5DD76 Sulu

📋 copy color: '#B5DD76'

red 181 ◦ green 221 ◦ blue 118

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

Shades of Sulu #B5DD76

Tints of Sulu #B5DD76

RGB

 RED value IS 181 (71.09% from 255) = 34.81%

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

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

R = 34.81%
G = 42.5%
B = 22.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#B5DD76 (or 0xB5DD76) is known color: Sulu. HEX triplet: B5, DD and 76. RGB value is (181,221,118). Sum of RGB (Red+Green+Blue) = 181+221+118=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD76 is #4A2289. Grayscale: #C5C5C5. Windows color (decimal): -4858506 or 7790005. OLE color: 7790005.

HSL color Cylindrical-coordinate representation of color #B5DD76: hue angle of 83.3º 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 #B5DD76 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 118 -
CMYK 0.18 0 0.47 0.13
HSL 83.3º 0.6% 0.66% -
HSV(B) 83.3º 0.47% 0.87% -
XYZ 48.18 62.84 26.73 -
YUV 197.3 83.25 116.38 -
System Red Green Blue C M Y K H S L
Decimal 181 221 118 0.18 0 0.47 0.13 83.3 0.6 0.66
Hex B5 DD 76 12 0 2F D 53 3C 42
Octal 265 335 166 22 0 57 15 123 74 102
Binary 10110101 11011101 1110110 10010 0 101111 1101 1010011 111100 1000010

Color Harmonies of #B5DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD76

Black with #B5DD76

Text Example


Text Example

White with #B5DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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