#B4E570

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

Shades of Sulu #B4E570

Tints of Sulu #B4E570

Color information

#B4E570 (or 0xB4E570) is unknown color: approx Sulu. HEX triplet: B4, E5 and 70. RGB value is (180,229,112). Sum of RGB (Red+Green+Blue) = 180+229+112=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E570 is #4B1A8F. Grayscale: #C9C9C9. Windows color (decimal): -4922000 or 7398836. OLE color: 7398836.

HSL color Cylindrical-coordinate representation of color #B4E570: hue angle of 85.13º 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 #B4E570 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB180229112-
CMYK0.2100.510.10
HSL85.13º69.23%66.86%-
HSV(B)85.13º51.09%89.8%-
XYZ49.7766.9125.62-
YUV201.0177.77113.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 229 (89.84% from 255) = 43.95%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=34.55%
G=43.95%
B=21.50%

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
Decimal1802291120.2100.510.1085.1369.2366.86
HexB4E57015033A554543
Octal2643451602506312125105103
Binary101101001110010111100001010101100111010101010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E570; }

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

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

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

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

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

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

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

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