#B4FEAF

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

Shades of Celadon #B4FEAF

Tints of Celadon #B4FEAF

Color information

#B4FEAF (or 0xB4FEAF) is unknown color: approx Celadon. HEX triplet: B4, FE and AF. RGB value is (180,254,175). Sum of RGB (Red+Green+Blue) = 180+254+175=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 254 (99.61% from 255 or 41.71% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FEAF is #4B0150. Grayscale: #DFDFDF. Windows color (decimal): -4915537 or 11534004. OLE color: 11534004.

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

Color convert

RGB180254175-
CMYK0.2900.310.00
HSL116.2º97.53%84.12%-
HSV(B)116.2º31.1%99.61%-
XYZ6283.6853.44-
YUV222.87100.9897.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.56%
GREEN value IS 254 (99.61% from 255) = 41.71%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=29.56%
G=41.71%
B=28.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802541750.2900.310.00116.297.5384.12
HexB4FEAF1D01F0746254
Octal264376257350370164142124
Binary101101001111111010101111111010111110111010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEAF; }

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

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

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

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

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

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

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

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