Html Css Color HEX #64E43A Apple

📋 copy color: '#64E43A'

red 100 ◦ green 228 ◦ blue 58

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

Shades of Apple #64E43A

Tints of Apple #64E43A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 59.07%

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 25.91%
G = 59.07%
B = 15.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#64E43A (or 0x64E43A) is known color: Apple. HEX triplet: 64, E4 and 3A. RGB value is (100,228,58). Sum of RGB (Red+Green+Blue) = 100+228+58=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 228 (89.45% from 255 or 59.07% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 228 - color contains mainly: green. Hex color #64E43A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E43A is #9B1BC5. Grayscale: #AAAAAA. Windows color (decimal): -10165190 or 3859556. OLE color: 3859556.

HSL color Cylindrical-coordinate representation of color #64E43A: hue angle of 105.18º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64E43A is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 228 58 -
CMYK 0.56 0 0.75 0.11
HSL 105.18º 0.76% 0.56% -
HSV(B) 105.18º 0.75% 0.89% -
XYZ 33.76 58.5 13.52 -
YUV 170.35 64.59 77.82 -
System Red Green Blue C M Y K H S L
Decimal 100 228 58 0.56 0 0.75 0.11 105.18 0.76 0.56
Hex 64 E4 3A 38 0 4B B 69 4C 38
Octal 144 344 72 70 0 113 13 151 114 70
Binary 1100100 11100100 111010 111000 0 1001011 1011 1101001 1001100 111000

Color Harmonies of #64E43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E43A

Black with #64E43A

Text Example


Text Example

White with #64E43A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,228,58); }

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

background-color css

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

 a { background-color: rgb(100,228,58); }

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

border-color css

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

 span { border-color: rgb(100,228,58); }

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