Html Css Color HEX #B5DD77 Sulu

📋 copy color: '#B5DD77'

red 181 ◦ green 221 ◦ blue 119

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

Shades of Sulu #B5DD77

Tints of Sulu #B5DD77

RGB

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

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

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

R = 34.74%
G = 42.42%
B = 22.84%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#B5DD77 (or 0xB5DD77) is known color: Sulu. HEX triplet: B5, DD and 77. RGB value is (181,221,119). Sum of RGB (Red+Green+Blue) = 181+221+119=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD77 is #4A2288. Grayscale: #C5C5C5. Windows color (decimal): -4858505 or 7855541. OLE color: 7855541.

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

Color convert

RGB 181 221 119 -
CMYK 0.18 0 0.46 0.13
HSL 83.53º 0.6% 0.67% -
HSV(B) 83.53º 0.46% 0.87% -
XYZ 48.24 62.87 27.04 -
YUV 197.41 83.75 116.29 -
System Red Green Blue C M Y K H S L
Decimal 181 221 119 0.18 0 0.46 0.13 83.53 0.6 0.67
Hex B5 DD 77 12 0 2E D 54 3C 43
Octal 265 335 167 22 0 56 15 124 74 103
Binary 10110101 11011101 1110111 10010 0 101110 1101 1010100 111100 1000011

Color Harmonies of #B5DD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD77

Black with #B5DD77

Text Example


Text Example

White with #B5DD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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