Html Css Color HEX #64B74E Apple

📋 copy color: '#64B74E'

red 100 ◦ green 183 ◦ blue 78

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

Shades of Apple #64B74E

Tints of Apple #64B74E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.69%

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 27.7%
G = 50.69%
B = 21.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#64B74E (or 0x64B74E) is known color: Apple. HEX triplet: 64, B7 and 4E. RGB value is (100,183,78). Sum of RGB (Red+Green+Blue) = 100+183+78=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #64B74E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B74E is #9B48B1. Grayscale: #929292. Windows color (decimal): -10176690 or 5158756. OLE color: 5158756.

HSL color Cylindrical-coordinate representation of color #64B74E: hue angle of 107.43º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64B74E is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 183 78 -
CMYK 0.45 0 0.57 0.28
HSL 107.43º 0.42% 0.51% -
HSV(B) 107.43º 0.57% 0.72% -
XYZ 23.56 37.13 13.13 -
YUV 146.21 89.5 95.04 -
System Red Green Blue C M Y K H S L
Decimal 100 183 78 0.45 0 0.57 0.28 107.43 0.42 0.51
Hex 64 B7 4E 2D 0 39 1C 6B 2A 33
Octal 144 267 116 55 0 71 34 153 52 63
Binary 1100100 10110111 1001110 101101 0 111001 11100 1101011 101010 110011

Color Harmonies of #64B74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B74E

Black with #64B74E

Text Example


Text Example

White with #64B74E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,183,78); }

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

background-color css

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

 a { background-color: rgb(100,183,78); }

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

border-color css

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

 span { border-color: rgb(100,183,78); }

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