Html Css Color HEX #64C03E Apple

📋 copy color: '#64C03E'

red 100 ◦ green 192 ◦ blue 62

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

Shades of Apple #64C03E

Tints of Apple #64C03E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

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

R = 28.25%
G = 54.24%
B = 17.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#64C03E (or 0x64C03E) is known color: Apple. HEX triplet: 64, C0 and 3E. RGB value is (100,192,62). Sum of RGB (Red+Green+Blue) = 100+192+62=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #64C03E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C03E is #9B3FC1. Grayscale: #969696. Windows color (decimal): -10174402 or 4112484. OLE color: 4112484.

HSL color Cylindrical-coordinate representation of color #64C03E: hue angle of 102.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C03E is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 192 62 -
CMYK 0.48 0 0.68 0.25
HSL 102.46º 0.51% 0.5% -
HSV(B) 102.46º 0.68% 0.75% -
XYZ 24.97 40.76 11.11 -
YUV 149.67 78.52 92.57 -
System Red Green Blue C M Y K H S L
Decimal 100 192 62 0.48 0 0.68 0.25 102.46 0.51 0.5
Hex 64 C0 3E 30 0 44 19 66 33 32
Octal 144 300 76 60 0 104 31 146 63 62
Binary 1100100 11000000 111110 110000 0 1000100 11001 1100110 110011 110010

Color Harmonies of #64C03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C03E

Black with #64C03E

Text Example


Text Example

White with #64C03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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