Html Css Color HEX #64C441 Apple

📋 copy color: '#64C441'

red 100 ◦ green 196 ◦ blue 65

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

Shades of Apple #64C441

Tints of Apple #64C441

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.29%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 27.7%
G = 54.29%
B = 18.01%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#64C441 (or 0x64C441) is known color: Apple. HEX triplet: 64, C4 and 41. RGB value is (100,196,65). Sum of RGB (Red+Green+Blue) = 100+196+65=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #64C441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C441 is #9B3BBE. Grayscale: #989898. Windows color (decimal): -10173375 or 4310116. OLE color: 4310116.

HSL color Cylindrical-coordinate representation of color #64C441: hue angle of 103.97º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64C441 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 196 65 -
CMYK 0.49 0 0.67 0.23
HSL 103.97º 0.53% 0.51% -
HSV(B) 103.97º 0.67% 0.77% -
XYZ 25.95 42.57 11.85 -
YUV 152.36 78.7 90.65 -
System Red Green Blue C M Y K H S L
Decimal 100 196 65 0.49 0 0.67 0.23 103.97 0.53 0.51
Hex 64 C4 41 31 0 43 17 68 35 33
Octal 144 304 101 61 0 103 27 150 65 63
Binary 1100100 11000100 1000001 110001 0 1000011 10111 1101000 110101 110011

Color Harmonies of #64C441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C441

Black with #64C441

Text Example


Text Example

White with #64C441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,196,65); }

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

background-color css

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

 a { background-color: rgb(100,196,65); }

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

border-color css

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

 span { border-color: rgb(100,196,65); }

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