#B8ED8E

Color #B8ED8E Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B8ED8E

Tints of Sulu #B8ED8E

Color information

#B8ED8E (or 0xB8ED8E) is unknown color: approx Sulu. HEX triplet: B8, ED and 8E. RGB value is (184,237,142). Sum of RGB (Red+Green+Blue) = 184+237+142=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8ED8E is #471271. Grayscale: #D2D2D2. Windows color (decimal): -4657778 or 9366968. OLE color: 9366968.

HSL color Cylindrical-coordinate representation of color #B8ED8E: hue angle of 93.47º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B8ED8E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB184237142-
CMYK0.2200.400.07
HSL93.47º72.52%74.31%-
HSV(B)93.47º40.08%92.94%-
XYZ54.9372.7136.73-
YUV210.3289.44109.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.68%
GREEN value IS 237 (92.97% from 255) = 42.10%
BLUE value IS 142 (55.86% from 255) = 25.22%
R=32.68%
G=42.10%
B=25.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842371420.2200.400.0793.4772.5274.31
HexB8ED8E1602875d494a
Octal270355216260507135111112
Binary101110001110110110001110101100101000111101110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ED8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ED8E; }

 p { color: rgb(184,237,142); }

 H1.HeaderClassName
 {
   color: #B8ED8E;
 }
 .AnyTagClassName
 {
   color: #B8ED8E;
 }
</style>
background-color css

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

 a { background-color: rgb(184,237,142); }

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

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

 span { border-color: rgb(184,237,142); }

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