#B7FCB5

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

Shades of Celadon #B7FCB5

Tints of Celadon #B7FCB5

Color information

#B7FCB5 (or 0xB7FCB5) is unknown color: approx Celadon. HEX triplet: B7, FC and B5. RGB value is (183,252,181). Sum of RGB (Red+Green+Blue) = 183+252+181=616 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.71% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 181 (71.09% from 255 or 29.38% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCB5 is #48034A. Grayscale: #DFDFDF. Windows color (decimal): -4719435 or 11926711. OLE color: 11926711.

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

Color convert

RGB183252181-
CMYK0.2700.280.01
HSL118.31º92.21%84.9%-
HSV(B)118.31º28.17%98.82%-
XYZ62.6883.0256.44-
YUV223.27104.1499.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.71%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 181 (71.09% from 255) = 29.38%
R=29.71%
G=40.91%
B=29.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832521810.2700.280.01118.3192.2184.9
HexB7FCB51B01C1765c55
Octal267374265330341166134125
Binary101101111111110010110101110110111001111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FCB5; }

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

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

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

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

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

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

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

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