Html Css Color HEX #64DF35 Apple

📋 copy color: '#64DF35'

red 100 ◦ green 223 ◦ blue 53

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

Shades of Apple #64DF35

Tints of Apple #64DF35

RGB

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

 GREEN value IS 223 (87.5% from 255) = 59.31%

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

R = 26.6%
G = 59.31%
B = 14.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#64DF35 (or 0x64DF35) is known color: Apple. HEX triplet: 64, DF and 35. RGB value is (100,223,53). Sum of RGB (Red+Green+Blue) = 100+223+53=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64DF35 is #9B20CA. Grayscale: #A7A7A7. Windows color (decimal): -10166475 or 3530596. OLE color: 3530596.

HSL color Cylindrical-coordinate representation of color #64DF35: hue angle of 103.41º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64DF35 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 223 53 -
CMYK 0.55 0 0.76 0.13
HSL 103.41º 0.73% 0.54% -
HSV(B) 103.41º 0.76% 0.87% -
XYZ 32.29 55.74 12.43 -
YUV 166.84 63.75 80.32 -
System Red Green Blue C M Y K H S L
Decimal 100 223 53 0.55 0 0.76 0.13 103.41 0.73 0.54
Hex 64 DF 35 37 0 4C D 67 49 36
Octal 144 337 65 67 0 114 15 147 111 66
Binary 1100100 11011111 110101 110111 0 1001100 1101 1100111 1001001 110110

Color Harmonies of #64DF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DF35

Black with #64DF35

Text Example


Text Example

White with #64DF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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