#B8FF8E

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

Shades of Sulu #B8FF8E

Tints of Sulu #B8FF8E

Color information

#B8FF8E (or 0xB8FF8E) is unknown color: approx Sulu. HEX triplet: B8, FF and 8E. RGB value is (184,255,142). Sum of RGB (Red+Green+Blue) = 184+255+142=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FF8E is #470071. Grayscale: #DDDDDD. Windows color (decimal): -4653170 or 9371576. OLE color: 9371576.

HSL color Cylindrical-coordinate representation of color #B8FF8E: hue angle of 97.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8FF8E is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB184255142-
CMYK0.2800.440
HSL97.7º100%77.84%-
HSV(B)97.7º44.31%100%-
XYZ60.4183.6638.56-
YUV220.8983.48101.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 142 (55.86% from 255) = 24.44%
R=31.67%
G=43.89%
B=24.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1842551420.2800.44097.710077.84
HexB8FF8E1C02C062644e
Octal270377216340540142144116
Binary1011100011111111100011101110001011000110001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FF8E; }

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

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

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

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

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

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

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

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