#B5FCB3

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

Shades of Celadon #B5FCB3

Tints of Celadon #B5FCB3

Color information

#B5FCB3 (or 0xB5FCB3) is unknown color: approx Celadon. HEX triplet: B5, FC and B3. RGB value is (181,252,179). Sum of RGB (Red+Green+Blue) = 181+252+179=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FCB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FCB3 is #4A034C. Grayscale: #DEDEDE. Windows color (decimal): -4850509 or 11795637. OLE color: 11795637.

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

Color convert

RGB181252179-
CMYK0.2800.290.01
HSL118.36º92.41%84.51%-
HSV(B)118.36º28.97%98.82%-
XYZ6282.755.34-
YUV222.45103.4898.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.58%
GREEN value IS 252 (98.83% from 255) = 41.18%
BLUE value IS 179 (70.31% from 255) = 29.25%
R=29.58%
G=41.18%
B=29.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812521790.2800.290.01118.3692.4184.51
HexB5FCB31C01D1765c55
Octal265374263340351166134125
Binary101101011111110010110011111000111011111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FCB3; }

 p { color: rgb(181,252,179); }

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

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

 a { background-color: rgb(181,252,179); }

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

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

 span { border-color: rgb(181,252,179); }

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