#B7FBB4

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

Shades of Celadon #B7FBB4

Tints of Celadon #B7FBB4

Color information

#B7FBB4 (or 0xB7FBB4) is unknown color: approx Celadon. HEX triplet: B7, FB and B4. RGB value is (183,251,180). Sum of RGB (Red+Green+Blue) = 183+251+180=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #B7FBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FBB4 is #48044B. Grayscale: #DEDEDE. Windows color (decimal): -4719692 or 11860919. OLE color: 11860919.

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

Color convert

RGB183251180-
CMYK0.2700.280.02
HSL117.46º89.87%84.51%-
HSV(B)117.46º28.29%98.43%-
XYZ62.2682.3655.79-
YUV222.57103.9799.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.80%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=29.80%
G=40.88%
B=29.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832511800.2700.280.02117.4689.8784.51
HexB7FBB41B01C2755a55
Octal267373264330342165132125
Binary1011011111111011101101001101101110010111010110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FBB4; }

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

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

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

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

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

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

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

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