Html Css Color HEX #B5DD6E Sulu

📋 copy color: '#B5DD6E'

red 181 ◦ green 221 ◦ blue 110

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

Shades of Sulu #B5DD6E

Tints of Sulu #B5DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.48%

R = 35.35%
G = 43.16%
B = 21.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#B5DD6E (or 0xB5DD6E) is known color: Sulu. HEX triplet: B5, DD and 6E. RGB value is (181,221,110). Sum of RGB (Red+Green+Blue) = 181+221+110=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD6E is #4A2291. Grayscale: #C4C4C4. Windows color (decimal): -4858514 or 7265717. OLE color: 7265717.

HSL color Cylindrical-coordinate representation of color #B5DD6E: hue angle of 81.62º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5DD6E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 110 -
CMYK 0.18 0 0.50 0.13
HSL 81.62º 0.62% 0.65% -
HSV(B) 81.62º 0.5% 0.87% -
XYZ 47.73 62.66 24.33 -
YUV 196.39 79.25 117.03 -
System Red Green Blue C M Y K H S L
Decimal 181 221 110 0.18 0 0.50 0.13 81.62 0.62 0.65
Hex B5 DD 6E 12 0 32 D 52 3E 41
Octal 265 335 156 22 0 62 15 122 76 101
Binary 10110101 11011101 1101110 10010 0 110010 1101 1010010 111110 1000001

Color Harmonies of #B5DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD6E

Black with #B5DD6E

Text Example


Text Example

White with #B5DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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