#B7F2B4

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

Shades of Celadon #B7F2B4

Tints of Celadon #B7F2B4

Color information

#B7F2B4 (or 0xB7F2B4) is unknown color: approx Celadon. HEX triplet: B7, F2 and B4. RGB value is (183,242,180). Sum of RGB (Red+Green+Blue) = 183+242+180=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2B4 is #480D4B. Grayscale: #D9D9D9. Windows color (decimal): -4721996 or 11858615. OLE color: 11858615.

HSL color Cylindrical-coordinate representation of color #B7F2B4: hue angle of 117.1º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F2B4 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB183242180-
CMYK0.2400.260.05
HSL117.1º70.45%82.75%-
HSV(B)117.1º25.62%94.9%-
XYZ59.5276.8754.88-
YUV217.29106.95103.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.25%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 180 (70.70% from 255) = 29.75%
R=30.25%
G=40%
B=29.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832421800.2400.260.05117.170.4582.75
HexB7F2B41801A5754653
Octal267362264300325165106123
Binary10110111111100101011010011000011010101111010110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F2B4; }

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

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

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

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

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

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

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

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