#B4EFB3

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

Shades of Celadon #B4EFB3

Tints of Celadon #B4EFB3

Color information

#B4EFB3 (or 0xB4EFB3) is unknown color: approx Celadon. HEX triplet: B4, EF and B3. RGB value is (180,239,179). Sum of RGB (Red+Green+Blue) = 180+239+179=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFB3 is #4B104C. Grayscale: #D6D6D6. Windows color (decimal): -4919373 or 11792308. OLE color: 11792308.

HSL color Cylindrical-coordinate representation of color #B4EFB3: hue angle of 119º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFB3 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB180239179-
CMYK0.2500.250.06
HSL119º65.22%81.96%-
HSV(B)119º25.1%93.73%-
XYZ57.8374.6954.02-
YUV214.52107.95103.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.10%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 179 (70.31% from 255) = 29.93%
R=30.10%
G=39.97%
B=29.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802391790.2500.250.0611965.2281.96
HexB4EFB3190196774152
Octal264357263310316167101122
Binary10110100111011111011001111001011001110111011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFB3; }

 p { color: rgb(180,239,179); }

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

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

 a { background-color: rgb(180,239,179); }

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

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

 span { border-color: rgb(180,239,179); }

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