#B2FEAF

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

Shades of Celadon #B2FEAF

Tints of Celadon #B2FEAF

Color information

#B2FEAF (or 0xB2FEAF) is unknown color: approx Celadon. HEX triplet: B2, FE and AF. RGB value is (178,254,175). Sum of RGB (Red+Green+Blue) = 178+254+175=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FEAF is #4D0150. Grayscale: #DEDEDE. Windows color (decimal): -5046609 or 11534002. OLE color: 11534002.

HSL color Cylindrical-coordinate representation of color #B2FEAF: hue angle of 117.72º 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 #B2FEAF is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB178254175-
CMYK0.3000.310.00
HSL117.72º97.53%84.12%-
HSV(B)117.72º31.1%99.61%-
XYZ61.5483.4453.42-
YUV222.27101.3296.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.32%
GREEN value IS 254 (99.61% from 255) = 41.85%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=29.32%
G=41.85%
B=28.83%

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
Decimal1782541750.3000.310.00117.7297.5384.12
HexB2FEAF1E01F0766254
Octal262376257360370166142124
Binary101100101111111010101111111100111110111011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FEAF; }

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

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

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

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

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

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

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

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