Html Css Color HEX #64C844 Apple

📋 copy color: '#64C844'

red 100 ◦ green 200 ◦ blue 68

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

Shades of Apple #64C844

Tints of Apple #64C844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 27.17%
G = 54.35%
B = 18.48%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#64C844 (or 0x64C844) is known color: Apple. HEX triplet: 64, C8 and 44. RGB value is (100,200,68). Sum of RGB (Red+Green+Blue) = 100+200+68=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #64C844 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C844 is #9B37BB. Grayscale: #9B9B9B. Windows color (decimal): -10172348 or 4507748. OLE color: 4507748.

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

Color convert

RGB 100 200 68 -
CMYK 0.5 0 0.66 0.22
HSL 105.45º 0.55% 0.53% -
HSV(B) 105.45º 0.66% 0.78% -
XYZ 26.95 44.44 12.63 -
YUV 155.05 78.87 88.73 -
System Red Green Blue C M Y K H S L
Decimal 100 200 68 0.5 0 0.66 0.22 105.45 0.55 0.53
Hex 64 C8 44 32 0 42 16 69 37 35
Octal 144 310 104 62 0 102 26 151 67 65
Binary 1100100 11001000 1000100 110010 0 1000010 10110 1101001 110111 110101

Color Harmonies of #64C844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C844

Black with #64C844

Text Example


Text Example

White with #64C844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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