#B3E470

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

Shades of Sulu #B3E470

Tints of Sulu #B3E470

Color information

#B3E470 (or 0xB3E470) is unknown color: approx Sulu. HEX triplet: B3, E4 and 70. RGB value is (179,228,112). Sum of RGB (Red+Green+Blue) = 179+228+112=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E470 is #4C1B8F. Grayscale: #C8C8C8. Windows color (decimal): -4987792 or 7398579. OLE color: 7398579.

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

Color convert

RGB179228112-
CMYK0.2100.510.11
HSL85.34º68.24%66.67%-
HSV(B)85.34º50.88%89.41%-
XYZ49.2666.2425.52-
YUV200.1278.27112.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 228 (89.45% from 255) = 43.93%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=34.49%
G=43.93%
B=21.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1792281120.2100.510.1185.3468.2466.67
HexB3E47015033B554443
Octal2633441602506313125104103
Binary101100111110010011100001010101100111011101010110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E470; }

 p { color: rgb(179,228,112); }

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

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

 a { background-color: rgb(179,228,112); }

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

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

 span { border-color: rgb(179,228,112); }

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