Html Css Color HEX #64DA34 Apple

📋 copy color: '#64DA34'

red 100 ◦ green 218 ◦ blue 52

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

Shades of Apple #64DA34

Tints of Apple #64DA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 27.03%
G = 58.92%
B = 14.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#64DA34 (or 0x64DA34) is known color: Apple. HEX triplet: 64, DA and 34. RGB value is (100,218,52). Sum of RGB (Red+Green+Blue) = 100+218+52=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA34 is #9B25CB. Grayscale: #A4A4A4. Windows color (decimal): -10167756 or 3463780. OLE color: 3463780.

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

Color convert

RGB 100 218 52 -
CMYK 0.54 0 0.76 0.15
HSL 102.65º 0.69% 0.53% -
HSV(B) 102.65º 0.76% 0.85% -
XYZ 30.95 53.1 11.87 -
YUV 163.79 64.91 82.5 -
System Red Green Blue C M Y K H S L
Decimal 100 218 52 0.54 0 0.76 0.15 102.65 0.69 0.53
Hex 64 DA 34 36 0 4C F 67 45 35
Octal 144 332 64 66 0 114 17 147 105 65
Binary 1100100 11011010 110100 110110 0 1001100 1111 1100111 1000101 110101

Color Harmonies of #64DA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA34

Black with #64DA34

Text Example


Text Example

White with #64DA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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