Html Css Color HEX #64C93A Apple

📋 copy color: '#64C93A'

red 100 ◦ green 201 ◦ blue 58

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

Shades of Apple #64C93A

Tints of Apple #64C93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.99%

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

R = 27.86%
G = 55.99%
B = 16.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#64C93A (or 0x64C93A) is known color: Apple. HEX triplet: 64, C9 and 3A. RGB value is (100,201,58). Sum of RGB (Red+Green+Blue) = 100+201+58=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #64C93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C93A is #9B36C5. Grayscale: #9A9A9A. Windows color (decimal): -10172102 or 3852644. OLE color: 3852644.

HSL color Cylindrical-coordinate representation of color #64C93A: hue angle of 102.38º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64C93A is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 58 -
CMYK 0.50 0 0.71 0.21
HSL 102.38º 0.57% 0.51% -
HSV(B) 102.38º 0.71% 0.79% -
XYZ 26.91 44.79 11.23 -
YUV 154.5 73.54 89.13 -
System Red Green Blue C M Y K H S L
Decimal 100 201 58 0.50 0 0.71 0.21 102.38 0.57 0.51
Hex 64 C9 3A 32 0 47 15 66 39 33
Octal 144 311 72 62 0 107 25 146 71 63
Binary 1100100 11001001 111010 110010 0 1000111 10101 1100110 111001 110011

Color Harmonies of #64C93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C93A

Black with #64C93A

Text Example


Text Example

White with #64C93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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