#64BF2F

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

Shades of Apple #64BF2F

Tints of Apple #64BF2F

Color information

#64BF2F (or 0x64BF2F) is unknown color: approx Apple. HEX triplet: 64, BF and 2F. RGB value is (100,191,47). Sum of RGB (Red+Green+Blue) = 100+191+47=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64BF2F is #9B40D0. Grayscale: #939393. Windows color (decimal): -10174673 or 3129188. OLE color: 3129188.

HSL color Cylindrical-coordinate representation of color #64BF2F: hue angle of 97.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64BF2F is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB10019147-
CMYK0.4800.750.25
HSL97.92º60.5%46.67%-
HSV(B)97.92º75.39%74.9%-
XYZ24.440.189.16-
YUV147.3871.3594.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=29.59%
G=56.51%
B=13.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100191470.4800.750.2597.9260.546.67
Hex64BF2F3004B19623d2f
Octal14427757600113311427557
Binary11001001011111110111111000001001011110011100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BF2F; }

 p { color: rgb(100,191,47); }

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

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

 a { background-color: rgb(100,191,47); }

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

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

 span { border-color: rgb(100,191,47); }

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