#B6F18E

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

Shades of Sulu #B6F18E

Tints of Sulu #B6F18E

Color information

#B6F18E (or 0xB6F18E) is unknown color: approx Sulu. HEX triplet: B6, F1 and 8E. RGB value is (182,241,142). Sum of RGB (Red+Green+Blue) = 182+241+142=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F18E is #490E71. Grayscale: #D4D4D4. Windows color (decimal): -4787826 or 9367990. OLE color: 9367990.

HSL color Cylindrical-coordinate representation of color #B6F18E: hue angle of 95.76º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6F18E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB182241142-
CMYK0.2400.410.05
HSL95.76º77.95%75.1%-
HSV(B)95.76º41.08%94.51%-
XYZ55.6374.8137.1-
YUV212.0788.45106.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 142 (55.86% from 255) = 25.13%
R=32.21%
G=42.65%
B=25.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822411420.2400.410.0595.7677.9575.1
HexB6F18E180295604e4b
Octal266361216300515140116113
Binary101101101111000110001110110000101001101110000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F18E; }

 p { color: rgb(182,241,142); }

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

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

 a { background-color: rgb(182,241,142); }

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

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

 span { border-color: rgb(182,241,142); }

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