Html Css Color HEX #B5DE73 Sulu

📋 copy color: '#B5DE73'

red 181 ◦ green 222 ◦ blue 115

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

Shades of Sulu #B5DE73

Tints of Sulu #B5DE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.2%

R = 34.94%
G = 42.86%
B = 22.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#B5DE73 (or 0xB5DE73) is known color: Sulu. HEX triplet: B5, DE and 73. RGB value is (181,222,115). Sum of RGB (Red+Green+Blue) = 181+222+115=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE73 is #4A218C. Grayscale: #C5C5C5. Windows color (decimal): -4858253 or 7593653. OLE color: 7593653.

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

Color convert

RGB 181 222 115 -
CMYK 0.18 0 0.48 0.13
HSL 82.99º 0.62% 0.66% -
HSV(B) 82.99º 0.48% 0.87% -
XYZ 48.27 63.3 25.89 -
YUV 197.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 181 222 115 0.18 0 0.48 0.13 82.99 0.62 0.66
Hex B5 DE 73 12 0 30 D 53 3E 42
Octal 265 336 163 22 0 60 15 123 76 102
Binary 10110101 11011110 1110011 10010 0 110000 1101 1010011 111110 1000010

Color Harmonies of #B5DE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DE73

Black with #B5DE73

Text Example


Text Example

White with #B5DE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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