Html Css Color HEX #64E13F Apple

📋 copy color: '#64E13F'

red 100 ◦ green 225 ◦ blue 63

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

Shades of Apple #64E13F

Tints of Apple #64E13F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.99%

 BLUE value IS 63 (25% from 255) = 16.24%

R = 25.77%
G = 57.99%
B = 16.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#64E13F (or 0x64E13F) is known color: Apple. HEX triplet: 64, E1 and 3F. RGB value is (100,225,63). Sum of RGB (Red+Green+Blue) = 100+225+63=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #64E13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E13F is #9B1EC0. Grayscale: #A9A9A9. Windows color (decimal): -10165953 or 4186468. OLE color: 4186468.

HSL color Cylindrical-coordinate representation of color #64E13F: hue angle of 106.3º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64E13F is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 63 -
CMYK 0.56 0 0.72 0.12
HSL 106.3º 0.73% 0.56% -
HSV(B) 106.3º 0.72% 0.88% -
XYZ 33.08 56.92 13.95 -
YUV 169.16 68.09 78.67 -
System Red Green Blue C M Y K H S L
Decimal 100 225 63 0.56 0 0.72 0.12 106.3 0.73 0.56
Hex 64 E1 3F 38 0 48 C 6A 49 38
Octal 144 341 77 70 0 110 14 152 111 70
Binary 1100100 11100001 111111 111000 0 1001000 1100 1101010 1001001 111000

Color Harmonies of #64E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E13F

Black with #64E13F

Text Example


Text Example

White with #64E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,225,63); }

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

background-color css

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

 a { background-color: rgb(100,225,63); }

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

border-color css

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

 span { border-color: rgb(100,225,63); }

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