#BFFED4

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

Shades of Granny Apple #BFFED4

Tints of Granny Apple #BFFED4

Color information

#BFFED4 (or 0xBFFED4) is unknown color: approx Granny Apple. HEX triplet: BF, FE and D4. RGB value is (191,254,212). Sum of RGB (Red+Green+Blue) = 191+254+212=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFED4 is #40012B. Grayscale: #E6E6E6. Windows color (decimal): -4194604 or 13958847. OLE color: 13958847.

HSL color Cylindrical-coordinate representation of color #BFFED4: hue angle of 140º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFED4 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB191254212-
CMYK0.2500.170.00
HSL140º96.92%87.25%-
HSV(B)140º24.8%99.61%-
XYZ68.8186.7175.4-
YUV230.38117.6399.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.07%
GREEN value IS 254 (99.61% from 255) = 38.66%
BLUE value IS 212 (83.20% from 255) = 32.27%
R=29.07%
G=38.66%
B=32.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912542120.2500.170.0014096.9287.25
HexBFFED41901108c6157
Octal277376324310210214141127
Binary1011111111111110110101001100101000101000110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFED4; }

 p { color: rgb(191,254,212); }

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

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

 a { background-color: rgb(191,254,212); }

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

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

 span { border-color: rgb(191,254,212); }

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