#B2FEB0

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

Shades of Celadon #B2FEB0

Tints of Celadon #B2FEB0

Color information

#B2FEB0 (or 0xB2FEB0) is unknown color: approx Celadon. HEX triplet: B2, FE and B0. RGB value is (178,254,176). Sum of RGB (Red+Green+Blue) = 178+254+176=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FEB0 is #4D014F. Grayscale: #DEDEDE. Windows color (decimal): -5046608 or 11599538. OLE color: 11599538.

HSL color Cylindrical-coordinate representation of color #B2FEB0: hue angle of 118.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2FEB0 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB178254176-
CMYK0.3000.310.00
HSL118.46º97.5%84.31%-
HSV(B)118.46º30.71%99.61%-
XYZ61.6483.4853.94-
YUV222.38101.8296.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.28%
GREEN value IS 254 (99.61% from 255) = 41.78%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=29.28%
G=41.78%
B=28.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782541760.3000.310.00118.4697.584.31
HexB2FEB01E01F0766254
Octal262376260360370166142124
Binary101100101111111010110000111100111110111011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEB0; }

 p { color: rgb(178,254,176); }

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

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

 a { background-color: rgb(178,254,176); }

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

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

 span { border-color: rgb(178,254,176); }

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