Html Css Color HEX #64E63C Apple

📋 copy color: '#64E63C'

red 100 ◦ green 230 ◦ blue 60

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

Shades of Apple #64E63C

Tints of Apple #64E63C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.97%

 BLUE value IS 60 (23.83% from 255) = 15.38%

R = 25.64%
G = 58.97%
B = 15.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#64E63C (or 0x64E63C) is known color: Apple. HEX triplet: 64, E6 and 3C. RGB value is (100,230,60). Sum of RGB (Red+Green+Blue) = 100+230+60=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 230 (90.23% from 255 or 58.97% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 230 - color contains mainly: green. Hex color #64E63C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64E63C is #9B19C3. Grayscale: #ACACAC. Windows color (decimal): -10164676 or 3991140. OLE color: 3991140.

HSL color Cylindrical-coordinate representation of color #64E63C: hue angle of 105.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64E63C is Cyan = 0.57, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 230 60 -
CMYK 0.57 0 0.74 0.10
HSL 105.88º 0.77% 0.57% -
HSV(B) 105.88º 0.74% 0.9% -
XYZ 34.37 59.63 13.97 -
YUV 171.75 64.93 76.82 -
System Red Green Blue C M Y K H S L
Decimal 100 230 60 0.57 0 0.74 0.10 105.88 0.77 0.57
Hex 64 E6 3C 39 0 4A A 6A 4D 39
Octal 144 346 74 71 0 112 12 152 115 71
Binary 1100100 11100110 111100 111001 0 1001010 1010 1101010 1001101 111001

Color Harmonies of #64E63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E63C

Black with #64E63C

Text Example


Text Example

White with #64E63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,230,60); }

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

background-color css

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

 a { background-color: rgb(100,230,60); }

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

border-color css

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

 span { border-color: rgb(100,230,60); }

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