Html Css Color HEX #B8E170 Sulu

📋 copy color: '#B8E170'

red 184 ◦ green 225 ◦ blue 112

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

Shades of Sulu #B8E170

Tints of Sulu #B8E170

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

 GREEN value IS 225 (88.28% from 255) = 43.19%

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

R = 35.32%
G = 43.19%
B = 21.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#B8E170 (or 0xB8E170) is known color: Sulu. HEX triplet: B8, E1 and 70. RGB value is (184,225,112). Sum of RGB (Red+Green+Blue) = 184+225+112=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E170 is #471E8F. Grayscale: #C8C8C8. Windows color (decimal): -4660880 or 7397816. OLE color: 7397816.

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

Color convert

RGB 184 225 112 -
CMYK 0.18 0 0.50 0.12
HSL 81.77º 0.65% 0.66% -
HSV(B) 81.77º 0.5% 0.88% -
XYZ 49.62 65.21 25.3 -
YUV 199.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 184 225 112 0.18 0 0.50 0.12 81.77 0.65 0.66
Hex B8 E1 70 12 0 32 C 52 41 42
Octal 270 341 160 22 0 62 14 122 101 102
Binary 10111000 11100001 1110000 10010 0 110010 1100 1010010 1000001 1000010

Color Harmonies of #B8E170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E170

Black with #B8E170

Text Example


Text Example

White with #B8E170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E170; }

 p { color: rgb(184,225,112); }

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

background-color css

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

 a { background-color: rgb(184,225,112); }

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

border-color css

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

 span { border-color: rgb(184,225,112); }

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