#B6E570

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

Shades of Sulu #B6E570

Tints of Sulu #B6E570

Color information

#B6E570 (or 0xB6E570) is unknown color: approx Sulu. HEX triplet: B6, E5 and 70. RGB value is (182,229,112). Sum of RGB (Red+Green+Blue) = 182+229+112=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E570 is #491A8F. Grayscale: #CACACA. Windows color (decimal): -4790928 or 7398838. OLE color: 7398838.

HSL color Cylindrical-coordinate representation of color #B6E570: hue angle of 84.1º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6E570 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB182229112-
CMYK0.2100.510.10
HSL84.1º69.23%66.86%-
HSV(B)84.1º51.09%89.8%-
XYZ50.2467.1525.64-
YUV201.6177.43114.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 229 (89.84% from 255) = 43.79%
BLUE value IS 112 (44.14% from 255) = 21.41%
R=34.80%
G=43.79%
B=21.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1822291120.2100.510.1084.169.2366.86
HexB6E57015033A544543
Octal2663451602506312124105103
Binary101101101110010111100001010101100111010101010010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E570; }

 p { color: rgb(182,229,112); }

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

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

 a { background-color: rgb(182,229,112); }

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

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

 span { border-color: rgb(182,229,112); }

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