Html Css Color HEX #64C850 Apple

📋 copy color: '#64C850'

red 100 ◦ green 200 ◦ blue 80

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

Shades of Apple #64C850

Tints of Apple #64C850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 26.32%
G = 52.63%
B = 21.05%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#64C850 (or 0x64C850) is known color: Apple. HEX triplet: 64, C8 and 50. RGB value is (100,200,80). Sum of RGB (Red+Green+Blue) = 100+200+80=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #64C850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C850 is #9B37AF. Grayscale: #9C9C9C. Windows color (decimal): -10172336 or 5294180. OLE color: 5294180.

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

Color convert

RGB 100 200 80 -
CMYK 0.5 0 0.6 0.22
HSL 110º 0.52% 0.55% -
HSV(B) 110º 0.6% 0.78% -
XYZ 27.36 44.6 14.76 -
YUV 156.42 84.87 87.76 -
System Red Green Blue C M Y K H S L
Decimal 100 200 80 0.5 0 0.6 0.22 110 0.52 0.55
Hex 64 C8 50 32 0 3C 16 6E 34 37
Octal 144 310 120 62 0 74 26 156 64 67
Binary 1100100 11001000 1010000 110010 0 111100 10110 1101110 110100 110111

Color Harmonies of #64C850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C850

Black with #64C850

Text Example


Text Example

White with #64C850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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