Html Css Color HEX #64C040 Apple

📋 copy color: '#64C040'

red 100 ◦ green 192 ◦ blue 64

#64C040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64C040

Tints of Apple #64C040

RGB

 RED value IS 100 (39.45% from 255) = 28.09%

 GREEN value IS 192 (75.39% from 255) = 53.93%

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 28.09%
G = 53.93%
B = 17.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#64C040 (or 0x64C040) is known color: Apple. HEX triplet: 64, C0 and 40. RGB value is (100,192,64). Sum of RGB (Red+Green+Blue) = 100+192+64=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #64C040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C040 is #9B3FBF. Grayscale: #969696. Windows color (decimal): -10174400 or 4243556. OLE color: 4243556.

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

Color convert

RGB 100 192 64 -
CMYK 0.48 0 0.67 0.25
HSL 103.13º 0.5% 0.5% -
HSV(B) 103.13º 0.67% 0.75% -
XYZ 25.03 40.78 11.4 -
YUV 149.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 100 192 64 0.48 0 0.67 0.25 103.13 0.5 0.5
Hex 64 C0 40 30 0 43 19 67 32 32
Octal 144 300 100 60 0 103 31 147 62 62
Binary 1100100 11000000 1000000 110000 0 1000011 11001 1100111 110010 110010

Color Harmonies of #64C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C040

Black with #64C040

Text Example


Text Example

White with #64C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,192,64); }

 H1.HeaderClassName
 {
   color: #64C040;
 }
 .AnyTagClassName
 {
   color: #64C040;
 }
</style>

background-color css

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

 a { background-color: rgb(100,192,64); }

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

border-color css

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

 span { border-color: rgb(100,192,64); }

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