#B2E16F

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

Shades of Sulu #B2E16F

Tints of Sulu #B2E16F

Color information

#B2E16F (or 0xB2E16F) is unknown color: approx Sulu. HEX triplet: B2, E1 and 6F. RGB value is (178,225,111). Sum of RGB (Red+Green+Blue) = 178+225+111=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E16F is #4D1E90. Grayscale: #C6C6C6. Windows color (decimal): -5054097 or 7332274. OLE color: 7332274.

HSL color Cylindrical-coordinate representation of color #B2E16F: hue angle of 84.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2E16F is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB178225111-
CMYK0.2100.510.12
HSL84.74º65.52%65.88%-
HSV(B)84.74º50.67%88.24%-
XYZ48.1564.4624.94-
YUV197.9578.93113.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=34.63%
G=43.77%
B=21.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782251110.2100.510.1284.7465.5265.88
HexB2E16F15033C554242
Octal2623411572506314125102102
Binary101100101110000111011111010101100111100101010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E16F; }

 p { color: rgb(178,225,111); }

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

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

 a { background-color: rgb(178,225,111); }

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

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

 span { border-color: rgb(178,225,111); }

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