Html Css Color HEX #64E136 Apple

📋 copy color: '#64E136'

red 100 ◦ green 225 ◦ blue 54

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

Shades of Apple #64E136

Tints of Apple #64E136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 26.39%
G = 59.37%
B = 14.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#64E136 (or 0x64E136) is known color: Apple. HEX triplet: 64, E1 and 36. RGB value is (100,225,54). Sum of RGB (Red+Green+Blue) = 100+225+54=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #64E136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E136 is #9B1EC9. Grayscale: #A8A8A8. Windows color (decimal): -10165962 or 3596644. OLE color: 3596644.

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

Color convert

RGB 100 225 54 -
CMYK 0.56 0 0.76 0.12
HSL 103.86º 0.74% 0.55% -
HSV(B) 103.86º 0.76% 0.88% -
XYZ 32.85 56.83 12.73 -
YUV 168.13 63.59 79.4 -
System Red Green Blue C M Y K H S L
Decimal 100 225 54 0.56 0 0.76 0.12 103.86 0.74 0.55
Hex 64 E1 36 38 0 4C C 68 4A 37
Octal 144 341 66 70 0 114 14 150 112 67
Binary 1100100 11100001 110110 111000 0 1001100 1100 1101000 1001010 110111

Color Harmonies of #64E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E136

Black with #64E136

Text Example


Text Example

White with #64E136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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