#B4FCAF

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

Shades of Celadon #B4FCAF

Tints of Celadon #B4FCAF

Color information

#B4FCAF (or 0xB4FCAF) is unknown color: approx Celadon. HEX triplet: B4, FC and AF. RGB value is (180,252,175). Sum of RGB (Red+Green+Blue) = 180+252+175=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FCAF is #4B0350. Grayscale: #DDDDDD. Windows color (decimal): -4916049 or 11533492. OLE color: 11533492.

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

Color convert

RGB180252175-
CMYK0.2900.310.01
HSL116.1º92.77%83.73%-
HSV(B)116.1º30.56%98.82%-
XYZ61.3782.4253.23-
YUV221.69101.6598.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.65%
GREEN value IS 252 (98.83% from 255) = 41.52%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=29.65%
G=41.52%
B=28.83%

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
Decimal1802521750.2900.310.01116.192.7783.73
HexB4FCAF1D01F1745d54
Octal264374257350371164135124
Binary101101001111110010101111111010111111111010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCAF; }

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

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

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

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

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

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

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

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