#B4E47F

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

Shades of Sulu #B4E47F

Tints of Sulu #B4E47F

Color information

#B4E47F (or 0xB4E47F) is unknown color: approx Sulu. HEX triplet: B4, E4 and 7F. RGB value is (180,228,127). Sum of RGB (Red+Green+Blue) = 180+228+127=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E47F is #4B1B80. Grayscale: #CACACA. Windows color (decimal): -4922241 or 8381620. OLE color: 8381620.

HSL color Cylindrical-coordinate representation of color #B4E47F: hue angle of 88.51º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4E47F is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB180228127-
CMYK0.2100.440.11
HSL88.51º65.16%69.61%-
HSV(B)88.51º44.3%89.41%-
XYZ50.466.7230.3-
YUV202.1385.6112.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 228 (89.45% from 255) = 42.62%
BLUE value IS 127 (50% from 255) = 23.74%
R=33.64%
G=42.62%
B=23.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802281270.2100.440.1188.5165.1669.61
HexB4E47F1502CB594146
Octal2643441772505413131101106
Binary101101001110010011111111010101011001011101100110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E47F; }

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

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

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

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

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

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

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

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