Html Css Color HEX #64C840 Apple

📋 copy color: '#64C840'

red 100 ◦ green 200 ◦ blue 64

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

Shades of Apple #64C840

Tints of Apple #64C840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 54.95%

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

R = 27.47%
G = 54.95%
B = 17.58%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#64C840 (or 0x64C840) is known color: Apple. HEX triplet: 64, C8 and 40. RGB value is (100,200,64). Sum of RGB (Red+Green+Blue) = 100+200+64=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #64C840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C840 is #9B37BF. Grayscale: #9B9B9B. Windows color (decimal): -10172352 or 4245604. OLE color: 4245604.

HSL color Cylindrical-coordinate representation of color #64C840: hue angle of 104.12º 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 #64C840 is Cyan = 0.5, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 200 64 -
CMYK 0.5 0 0.68 0.22
HSL 104.12º 0.55% 0.52% -
HSV(B) 104.12º 0.68% 0.78% -
XYZ 26.84 44.39 12 -
YUV 154.6 76.87 89.06 -
System Red Green Blue C M Y K H S L
Decimal 100 200 64 0.5 0 0.68 0.22 104.12 0.55 0.52
Hex 64 C8 40 32 0 44 16 68 37 34
Octal 144 310 100 62 0 104 26 150 67 64
Binary 1100100 11001000 1000000 110010 0 1000100 10110 1101000 110111 110100

Color Harmonies of #64C840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C840

Black with #64C840

Text Example


Text Example

White with #64C840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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