#B7FCB4

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

Shades of Celadon #B7FCB4

Tints of Celadon #B7FCB4

Color information

#B7FCB4 (or 0xB7FCB4) is unknown color: approx Celadon. HEX triplet: B7, FC and B4. RGB value is (183,252,180). Sum of RGB (Red+Green+Blue) = 183+252+180=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCB4 is #48034B. Grayscale: #DFDFDF. Windows color (decimal): -4719436 or 11861175. OLE color: 11861175.

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

Color convert

RGB183252180-
CMYK0.2700.290.01
HSL117.5º92.31%84.71%-
HSV(B)117.5º28.57%98.82%-
XYZ62.5882.9855.9-
YUV223.16103.6499.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.76%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 180 (70.70% from 255) = 29.27%
R=29.76%
G=40.98%
B=29.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832521800.2700.290.01117.592.3184.71
HexB7FCB41B01D1765c55
Octal267374264330351166134125
Binary101101111111110010110100110110111011111011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FCB4; }

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

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

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

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

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

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

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

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