Html Css Color HEX #B5DE70 Sulu

📋 copy color: '#B5DE70'

red 181 ◦ green 222 ◦ blue 112

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

Shades of Sulu #B5DE70

Tints of Sulu #B5DE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 35.15%
G = 43.11%
B = 21.75%

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

#B5DE70 (or 0xB5DE70) is known color: Sulu. HEX triplet: B5, DE and 70. RGB value is (181,222,112). Sum of RGB (Red+Green+Blue) = 181+222+112=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE70 is #4A218F. Grayscale: #C5C5C5. Windows color (decimal): -4858256 or 7397045. OLE color: 7397045.

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

Color convert

RGB 181 222 112 -
CMYK 0.18 0 0.50 0.13
HSL 82.36º 0.63% 0.65% -
HSV(B) 82.36º 0.5% 0.87% -
XYZ 48.1 63.24 25 -
YUV 197.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 181 222 112 0.18 0 0.50 0.13 82.36 0.63 0.65
Hex B5 DE 70 12 0 32 D 52 3E 41
Octal 265 336 160 22 0 62 15 122 76 101
Binary 10110101 11011110 1110000 10010 0 110010 1101 1010010 111110 1000001

Color Harmonies of #B5DE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DE70

Black with #B5DE70

Text Example


Text Example

White with #B5DE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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