#64BF54

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

Shades of Apple #64BF54

Tints of Apple #64BF54

Color information

#64BF54 (or 0x64BF54) is unknown color: approx Apple. HEX triplet: 64, BF and 54. RGB value is (100,191,84). Sum of RGB (Red+Green+Blue) = 100+191+84=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #64BF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BF54 is #9B40AB. Grayscale: #979797. Windows color (decimal): -10174636 or 5554020. OLE color: 5554020.

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

Color convert

RGB10019184-
CMYK0.4800.560.25
HSL111.03º45.53%53.92%-
HSV(B)111.03º56.02%74.9%-
XYZ25.4940.6114.88-
YUV151.5989.8591.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 84 (33.20% from 255) = 22.4%
R=26.67%
G=50.93%
B=22.4%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100191840.4800.560.25111.0345.5353.92
Hex64BF5430038196f2e36
Octal14427712460070311575666
Binary11001001011111110101001100000111000110011101111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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