Html Css Color HEX #B8E070 Sulu

📋 copy color: '#B8E070'

red 184 ◦ green 224 ◦ blue 112

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

Shades of Sulu #B8E070

Tints of Sulu #B8E070

RGB

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

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

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

R = 35.38%
G = 43.08%
B = 21.54%

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

#B8E070 (or 0xB8E070) is known color: Sulu. HEX triplet: B8, E0 and 70. RGB value is (184,224,112). Sum of RGB (Red+Green+Blue) = 184+224+112=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E070 is #471F8F. Grayscale: #C7C7C7. Windows color (decimal): -4661136 or 7397560. OLE color: 7397560.

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

Color convert

RGB 184 224 112 -
CMYK 0.18 0 0.50 0.12
HSL 81.43º 0.64% 0.66% -
HSV(B) 81.43º 0.5% 0.88% -
XYZ 49.35 64.67 25.21 -
YUV 199.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 184 224 112 0.18 0 0.50 0.12 81.43 0.64 0.66
Hex B8 E0 70 12 0 32 C 51 40 42
Octal 270 340 160 22 0 62 14 121 100 102
Binary 10111000 11100000 1110000 10010 0 110010 1100 1010001 1000000 1000010

Color Harmonies of #B8E070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E070

Black with #B8E070

Text Example


Text Example

White with #B8E070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E070; }

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

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

background-color css

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

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

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

border-color css

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

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

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