Html Css Color HEX #64D93D Apple

📋 copy color: '#64D93D'

red 100 ◦ green 217 ◦ blue 61

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

Shades of Apple #64D93D

Tints of Apple #64D93D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 57.41%

 BLUE value IS 61 (24.22% from 255) = 16.14%

R = 26.46%
G = 57.41%
B = 16.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#64D93D (or 0x64D93D) is known color: Apple. HEX triplet: 64, D9 and 3D. RGB value is (100,217,61). Sum of RGB (Red+Green+Blue) = 100+217+61=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #64D93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D93D is #9B26C2. Grayscale: #A4A4A4. Windows color (decimal): -10168003 or 4053348. OLE color: 4053348.

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

Color convert

RGB 100 217 61 -
CMYK 0.54 0 0.72 0.15
HSL 105º 0.67% 0.55% -
HSV(B) 105º 0.72% 0.85% -
XYZ 30.91 52.67 12.95 -
YUV 164.23 69.74 82.18 -
System Red Green Blue C M Y K H S L
Decimal 100 217 61 0.54 0 0.72 0.15 105 0.67 0.55
Hex 64 D9 3D 36 0 48 F 69 43 37
Octal 144 331 75 66 0 110 17 151 103 67
Binary 1100100 11011001 111101 110110 0 1001000 1111 1101001 1000011 110111

Color Harmonies of #64D93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D93D

Black with #64D93D

Text Example


Text Example

White with #64D93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,217,61); }

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

background-color css

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

 a { background-color: rgb(100,217,61); }

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

border-color css

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

 span { border-color: rgb(100,217,61); }

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