Html Css Color HEX #64DA32 Apple

📋 copy color: '#64DA32'

red 100 ◦ green 218 ◦ blue 50

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

Shades of Apple #64DA32

Tints of Apple #64DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 59.24%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 27.17%
G = 59.24%
B = 13.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#64DA32 (or 0x64DA32) is known color: Apple. HEX triplet: 64, DA and 32. RGB value is (100,218,50). Sum of RGB (Red+Green+Blue) = 100+218+50=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA32 is #9B25CD. Grayscale: #A4A4A4. Windows color (decimal): -10167758 or 3332708. OLE color: 3332708.

HSL color Cylindrical-coordinate representation of color #64DA32: hue angle of 102.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64DA32 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 50 -
CMYK 0.54 0 0.77 0.15
HSL 102.14º 0.69% 0.53% -
HSV(B) 102.14º 0.77% 0.85% -
XYZ 30.9 53.08 11.63 -
YUV 163.57 63.91 82.66 -
System Red Green Blue C M Y K H S L
Decimal 100 218 50 0.54 0 0.77 0.15 102.14 0.69 0.53
Hex 64 DA 32 36 0 4D F 66 45 35
Octal 144 332 62 66 0 115 17 146 105 65
Binary 1100100 11011010 110010 110110 0 1001101 1111 1100110 1000101 110101

Color Harmonies of #64DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA32

Black with #64DA32

Text Example


Text Example

White with #64DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,50); }

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

background-color css

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

 a { background-color: rgb(100,218,50); }

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

border-color css

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

 span { border-color: rgb(100,218,50); }

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