Html Css Color HEX #64CD46 Apple

📋 copy color: '#64CD46'

red 100 ◦ green 205 ◦ blue 70

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

Shades of Apple #64CD46

Tints of Apple #64CD46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 26.67%
G = 54.67%
B = 18.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#64CD46 (or 0x64CD46) is known color: Apple. HEX triplet: 64, CD and 46. RGB value is (100,205,70). Sum of RGB (Red+Green+Blue) = 100+205+70=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CD46 is #9B32B9. Grayscale: #9E9E9E. Windows color (decimal): -10171066 or 4640100. OLE color: 4640100.

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

Color convert

RGB 100 205 70 -
CMYK 0.51 0 0.66 0.20
HSL 106.67º 0.57% 0.54% -
HSV(B) 106.67º 0.66% 0.8% -
XYZ 28.19 46.81 13.34 -
YUV 158.22 78.21 86.48 -
System Red Green Blue C M Y K H S L
Decimal 100 205 70 0.51 0 0.66 0.20 106.67 0.57 0.54
Hex 64 CD 46 33 0 42 14 6B 39 36
Octal 144 315 106 63 0 102 24 153 71 66
Binary 1100100 11001101 1000110 110011 0 1000010 10100 1101011 111001 110110

Color Harmonies of #64CD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD46

Black with #64CD46

Text Example


Text Example

White with #64CD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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