#64C841

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

Shades of Apple #64C841

Tints of Apple #64C841

Color information

#64C841 (or 0x64C841) is unknown color: approx Apple. HEX triplet: 64, C8 and 41. RGB value is (100,200,65). Sum of RGB (Red+Green+Blue) = 100+200+65=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #64C841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C841 is #9B37BE. Grayscale: #9B9B9B. Windows color (decimal): -10172351 or 4311140. OLE color: 4311140.

HSL color Cylindrical-coordinate representation of color #64C841: hue angle of 104.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C841 is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB10020065-
CMYK0.500.680.22
HSL104.44º55.1%51.96%-
HSV(B)104.44º67.5%78.43%-
XYZ26.8644.412.16-
YUV154.7177.3788.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 200 (78.52% from 255) = 54.79%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=27.40%
G=54.79%
B=17.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100200650.500.680.22104.4455.151.96
Hex64C8413204416683734
Octal144310101620104261506764
Binary110010011001000100000111001001000100101101101000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,200,65); }

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

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

 a { background-color: rgb(100,200,65); }

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

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

 span { border-color: rgb(100,200,65); }

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