Html Css Color HEX #64E038 Apple

📋 copy color: '#64E038'

red 100 ◦ green 224 ◦ blue 56

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

Shades of Apple #64E038

Tints of Apple #64E038

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.95%

 BLUE value IS 56 (22.27% from 255) = 14.74%

R = 26.32%
G = 58.95%
B = 14.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#64E038 (or 0x64E038) is known color: Apple. HEX triplet: 64, E0 and 38. RGB value is (100,224,56). Sum of RGB (Red+Green+Blue) = 100+224+56=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #64E038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E038 is #9B1FC7. Grayscale: #A8A8A8. Windows color (decimal): -10166216 or 3727460. OLE color: 3727460.

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

Color convert

RGB 100 224 56 -
CMYK 0.55 0 0.75 0.12
HSL 104.29º 0.73% 0.55% -
HSV(B) 104.29º 0.75% 0.88% -
XYZ 32.63 56.31 12.89 -
YUV 167.77 64.92 79.66 -
System Red Green Blue C M Y K H S L
Decimal 100 224 56 0.55 0 0.75 0.12 104.29 0.73 0.55
Hex 64 E0 38 37 0 4B C 68 49 37
Octal 144 340 70 67 0 113 14 150 111 67
Binary 1100100 11100000 111000 110111 0 1001011 1100 1101000 1001001 110111

Color Harmonies of #64E038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E038

Black with #64E038

Text Example


Text Example

White with #64E038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,224,56); }

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

background-color css

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

 a { background-color: rgb(100,224,56); }

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

border-color css

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

 span { border-color: rgb(100,224,56); }

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