#B4E472

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

Shades of Sulu #B4E472

Tints of Sulu #B4E472

Color information

#B4E472 (or 0xB4E472) is unknown color: approx Sulu. HEX triplet: B4, E4 and 72. RGB value is (180,228,114). Sum of RGB (Red+Green+Blue) = 180+228+114=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E472 is #4B1B8D. Grayscale: #C9C9C9. Windows color (decimal): -4922254 or 7529652. OLE color: 7529652.

HSL color Cylindrical-coordinate representation of color #B4E472: hue angle of 85.26º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4E472 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB180228114-
CMYK0.2100.500.11
HSL85.26º67.86%67.06%-
HSV(B)85.26º50%89.41%-
XYZ49.666.4126.12-
YUV200.6579.1113.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 228 (89.45% from 255) = 43.68%
BLUE value IS 114 (44.92% from 255) = 21.84%
R=34.48%
G=43.68%
B=21.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802281140.2100.500.1185.2667.8667.06
HexB4E47215032B554443
Octal2643441622506213125104103
Binary101101001110010011100101010101100101011101010110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E472; }

 p { color: rgb(180,228,114); }

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

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

 a { background-color: rgb(180,228,114); }

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

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

 span { border-color: rgb(180,228,114); }

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