#B4FDAF

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

Shades of Celadon #B4FDAF

Tints of Celadon #B4FDAF

Color information

#B4FDAF (or 0xB4FDAF) is unknown color: approx Celadon. HEX triplet: B4, FD and AF. RGB value is (180,253,175). Sum of RGB (Red+Green+Blue) = 180+253+175=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FDAF is #4B0250. Grayscale: #DEDEDE. Windows color (decimal): -4915793 or 11533748. OLE color: 11533748.

HSL color Cylindrical-coordinate representation of color #B4FDAF: hue angle of 116.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4FDAF is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB180253175-
CMYK0.2900.310.01
HSL116.15º95.12%83.92%-
HSV(B)116.15º30.83%99.22%-
XYZ61.6983.0553.34-
YUV222.28101.3297.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.61%
GREEN value IS 253 (99.22% from 255) = 41.61%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=29.61%
G=41.61%
B=28.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531750.2900.310.01116.1595.1283.92
HexB4FDAF1D01F1745f54
Octal264375257350371164137124
Binary101101001111110110101111111010111111111010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDAF; }

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

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

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

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

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

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

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

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