Html Css Color HEX #64A253 Apple

📋 copy color: '#64A253'

red 100 ◦ green 162 ◦ blue 83

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

Shades of Apple #64A253

Tints of Apple #64A253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.96%

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 28.99%
G = 46.96%
B = 24.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#64A253 (or 0x64A253) is known color: Apple. HEX triplet: 64, A2 and 53. RGB value is (100,162,83). Sum of RGB (Red+Green+Blue) = 100+162+83=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #64A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A253 is #9B5DAC. Grayscale: #868686. Windows color (decimal): -10182061 or 5481060. OLE color: 5481060.

HSL color Cylindrical-coordinate representation of color #64A253: hue angle of 107.09º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64A253 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 83 -
CMYK 0.38 0 0.49 0.36
HSL 107.09º 0.32% 0.48% -
HSV(B) 107.09º 0.49% 0.64% -
XYZ 19.74 29.17 12.77 -
YUV 134.46 98.96 103.42 -
System Red Green Blue C M Y K H S L
Decimal 100 162 83 0.38 0 0.49 0.36 107.09 0.32 0.48
Hex 64 A2 53 26 0 31 24 6B 20 30
Octal 144 242 123 46 0 61 44 153 40 60
Binary 1100100 10100010 1010011 100110 0 110001 100100 1101011 100000 110000

Color Harmonies of #64A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A253

Black with #64A253

Text Example


Text Example

White with #64A253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,162,83); }

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

background-color css

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

 a { background-color: rgb(100,162,83); }

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

border-color css

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

 span { border-color: rgb(100,162,83); }

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