Html Css Color HEX #B5DE80 Sulu

📋 copy color: '#B5DE80'

red 181 ◦ green 222 ◦ blue 128

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

Shades of Sulu #B5DE80

Tints of Sulu #B5DE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.81%

 BLUE value IS 128 (50.39% from 255) = 24.11%

R = 34.09%
G = 41.81%
B = 24.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#B5DE80 (or 0xB5DE80) is known color: Sulu. HEX triplet: B5, DE and 80. RGB value is (181,222,128). Sum of RGB (Red+Green+Blue) = 181+222+128=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DE80 is #4A217F. Grayscale: #C7C7C7. Windows color (decimal): -4858240 or 8445621. OLE color: 8445621.

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

Color convert

RGB 181 222 128 -
CMYK 0.18 0 0.42 0.13
HSL 86.17º 0.59% 0.69% -
HSV(B) 86.17º 0.42% 0.87% -
XYZ 49.07 63.62 30.12 -
YUV 199.03 87.92 115.14 -
System Red Green Blue C M Y K H S L
Decimal 181 222 128 0.18 0 0.42 0.13 86.17 0.59 0.69
Hex B5 DE 80 12 0 2A D 56 3B 45
Octal 265 336 200 22 0 52 15 126 73 105
Binary 10110101 11011110 10000000 10010 0 101010 1101 1010110 111011 1000101

Color Harmonies of #B5DE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DE80

Black with #B5DE80

Text Example


Text Example

White with #B5DE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DE80; }

 p { color: rgb(181,222,128); }

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

background-color css

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

 a { background-color: rgb(181,222,128); }

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

border-color css

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

 span { border-color: rgb(181,222,128); }

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