Html Css Color HEX #64CD42 Apple

📋 copy color: '#64CD42'

red 100 ◦ green 205 ◦ blue 66

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

Shades of Apple #64CD42

Tints of Apple #64CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.26%

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 26.95%
G = 55.26%
B = 17.79%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#64CD42 (or 0x64CD42) is known color: Apple. HEX triplet: 64, CD and 42. RGB value is (100,205,66). Sum of RGB (Red+Green+Blue) = 100+205+66=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD42 is #9B32BD. Grayscale: #9E9E9E. Windows color (decimal): -10171070 or 4377956. OLE color: 4377956.

HSL color Cylindrical-coordinate representation of color #64CD42: hue angle of 105.32º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64CD42 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 66 -
CMYK 0.51 0 0.68 0.20
HSL 105.32º 0.58% 0.53% -
HSV(B) 105.32º 0.68% 0.8% -
XYZ 28.07 46.77 12.7 -
YUV 157.76 76.21 86.8 -
System Red Green Blue C M Y K H S L
Decimal 100 205 66 0.51 0 0.68 0.20 105.32 0.58 0.53
Hex 64 CD 42 33 0 44 14 69 3A 35
Octal 144 315 102 63 0 104 24 151 72 65
Binary 1100100 11001101 1000010 110011 0 1000100 10100 1101001 111010 110101

Color Harmonies of #64CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD42

Black with #64CD42

Text Example


Text Example

White with #64CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,205,66); }

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

background-color css

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

 a { background-color: rgb(100,205,66); }

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

border-color css

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

 span { border-color: rgb(100,205,66); }

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