Html Css Color HEX #64D73B Apple

📋 copy color: '#64D73B'

red 100 ◦ green 215 ◦ blue 59

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

Shades of Apple #64D73B

Tints of Apple #64D73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.49%

 BLUE value IS 59 (23.44% from 255) = 15.78%

R = 26.74%
G = 57.49%
B = 15.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#64D73B (or 0x64D73B) is known color: Apple. HEX triplet: 64, D7 and 3B. RGB value is (100,215,59). Sum of RGB (Red+Green+Blue) = 100+215+59=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #64D73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64D73B is #9B28C4. Grayscale: #A3A3A3. Windows color (decimal): -10168517 or 3921764. OLE color: 3921764.

HSL color Cylindrical-coordinate representation of color #64D73B: hue angle of 104.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64D73B is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 215 59 -
CMYK 0.53 0 0.73 0.16
HSL 104.23º 0.66% 0.54% -
HSV(B) 104.23º 0.73% 0.84% -
XYZ 30.35 51.63 12.5 -
YUV 162.83 69.4 83.18 -
System Red Green Blue C M Y K H S L
Decimal 100 215 59 0.53 0 0.73 0.16 104.23 0.66 0.54
Hex 64 D7 3B 35 0 49 10 68 42 36
Octal 144 327 73 65 0 111 20 150 102 66
Binary 1100100 11010111 111011 110101 0 1001001 10000 1101000 1000010 110110

Color Harmonies of #64D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D73B

Black with #64D73B

Text Example


Text Example

White with #64D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,59); }

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

background-color css

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

 a { background-color: rgb(100,215,59); }

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

border-color css

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

 span { border-color: rgb(100,215,59); }

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