Html Css Color HEX #64DA35 Apple

📋 copy color: '#64DA35'

red 100 ◦ green 218 ◦ blue 53

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

Shades of Apple #64DA35

Tints of Apple #64DA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 26.95%
G = 58.76%
B = 14.29%

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

#64DA35 (or 0x64DA35) is known color: Apple. HEX triplet: 64, DA and 35. RGB value is (100,218,53). Sum of RGB (Red+Green+Blue) = 100+218+53=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DA35 is #9B25CA. Grayscale: #A4A4A4. Windows color (decimal): -10167755 or 3529316. OLE color: 3529316.

HSL color Cylindrical-coordinate representation of color #64DA35: hue angle of 102.91º 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 #64DA35 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 53 -
CMYK 0.54 0 0.76 0.15
HSL 102.91º 0.69% 0.53% -
HSV(B) 102.91º 0.76% 0.85% -
XYZ 30.97 53.11 11.99 -
YUV 163.91 65.41 82.42 -
System Red Green Blue C M Y K H S L
Decimal 100 218 53 0.54 0 0.76 0.15 102.91 0.69 0.53
Hex 64 DA 35 36 0 4C F 67 45 35
Octal 144 332 65 66 0 114 17 147 105 65
Binary 1100100 11011010 110101 110110 0 1001100 1111 1100111 1000101 110101

Color Harmonies of #64DA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA35

Black with #64DA35

Text Example


Text Example

White with #64DA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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