Html Css Color HEX #B5E072 Sulu

📋 copy color: '#B5E072'

red 181 ◦ green 224 ◦ blue 114

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

Shades of Sulu #B5E072

Tints of Sulu #B5E072

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.16%

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 34.87%
G = 43.16%
B = 21.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#B5E072 (or 0xB5E072) is known color: Sulu. HEX triplet: B5, E0 and 72. RGB value is (181,224,114). Sum of RGB (Red+Green+Blue) = 181+224+114=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E072 is #4A1F8D. Grayscale: #C6C6C6. Windows color (decimal): -4857742 or 7528629. OLE color: 7528629.

HSL color Cylindrical-coordinate representation of color #B5E072: hue angle of 83.45º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5E072 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 224 114 -
CMYK 0.19 0 0.49 0.12
HSL 83.45º 0.64% 0.66% -
HSV(B) 83.45º 0.49% 0.88% -
XYZ 48.75 64.35 25.77 -
YUV 198.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 181 224 114 0.19 0 0.49 0.12 83.45 0.64 0.66
Hex B5 E0 72 13 0 31 C 53 40 42
Octal 265 340 162 23 0 61 14 123 100 102
Binary 10110101 11100000 1110010 10011 0 110001 1100 1010011 1000000 1000010

Color Harmonies of #B5E072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E072

Black with #B5E072

Text Example


Text Example

White with #B5E072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E072; }

 p { color: rgb(181,224,114); }

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

background-color css

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

 a { background-color: rgb(181,224,114); }

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

border-color css

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

 span { border-color: rgb(181,224,114); }

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