#b4efc7

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

Shades of Granny Apple #B4EFC7

Tints of Granny Apple #B4EFC7

Color information

#B4EFC7 (or 0xB4EFC7) is unknown color: approx Granny Apple. HEX triplet: B4, EF and C7. RGB value is (180,239,199). Sum of RGB (Red+Green+Blue) = 180+239+199=618 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.13% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC7 is #4B1038. Grayscale: #D8D8D8. Windows color (decimal): -4919353 or 13103028. OLE color: 13103028.

HSL color Cylindrical-coordinate representation of color #B4EFC7: hue angle of 139.32º 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 #B4EFC7 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB180239199-
CMYK0.2500.170.06
HSL139.32º64.84%82.16%-
HSV(B)139.32º24.69%93.73%-
XYZ6075.5665.46-
YUV216.8117.95101.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.13%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=29.13%
G=38.67%
B=32.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802391990.2500.170.06139.3264.8482.16
HexB4EFC71901168b4152
Octal264357307310216213101122
Binary101101001110111111000111110010100011101000101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4efc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4efc7; }

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

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

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

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

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

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

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

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