Html Css Color HEX #64A83E Apple

📋 copy color: '#64A83E'

red 100 ◦ green 168 ◦ blue 62

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

Shades of Apple #64A83E

Tints of Apple #64A83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.91%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 30.3%
G = 50.91%
B = 18.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#64A83E (or 0x64A83E) is known color: Apple. HEX triplet: 64, A8 and 3E. RGB value is (100,168,62). Sum of RGB (Red+Green+Blue) = 100+168+62=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #64A83E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A83E is #9B57C1. Grayscale: #878787. Windows color (decimal): -10180546 or 4106340. OLE color: 4106340.

HSL color Cylindrical-coordinate representation of color #64A83E: hue angle of 98.49º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64A83E is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 62 -
CMYK 0.40 0 0.63 0.34
HSL 98.49º 0.46% 0.45% -
HSV(B) 98.49º 0.63% 0.66% -
XYZ 20.13 31.06 9.49 -
YUV 135.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 100 168 62 0.40 0 0.63 0.34 98.49 0.46 0.45
Hex 64 A8 3E 28 0 3F 22 62 2E 2D
Octal 144 250 76 50 0 77 42 142 56 55
Binary 1100100 10101000 111110 101000 0 111111 100010 1100010 101110 101101

Color Harmonies of #64A83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A83E

Black with #64A83E

Text Example


Text Example

White with #64A83E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,62); }

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

background-color css

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

 a { background-color: rgb(100,168,62); }

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

border-color css

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

 span { border-color: rgb(100,168,62); }

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