Html Css Color HEX #64B453 Apple

📋 copy color: '#64B453'

red 100 ◦ green 180 ◦ blue 83

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

Shades of Apple #64B453

Tints of Apple #64B453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.59%

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

R = 27.55%
G = 49.59%
B = 22.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#64B453 (or 0x64B453) is known color: Apple. HEX triplet: 64, B4 and 53. RGB value is (100,180,83). Sum of RGB (Red+Green+Blue) = 100+180+83=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #64B453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B453 is #9B4BAC. Grayscale: #919191. Windows color (decimal): -10177453 or 5485668. OLE color: 5485668.

HSL color Cylindrical-coordinate representation of color #64B453: hue angle of 109.48º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64B453 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 180 83 -
CMYK 0.44 0 0.54 0.29
HSL 109.48º 0.39% 0.52% -
HSV(B) 109.48º 0.54% 0.71% -
XYZ 23.14 35.98 13.91 -
YUV 145.02 93 95.89 -
System Red Green Blue C M Y K H S L
Decimal 100 180 83 0.44 0 0.54 0.29 109.48 0.39 0.52
Hex 64 B4 53 2C 0 36 1D 6D 27 34
Octal 144 264 123 54 0 66 35 155 47 64
Binary 1100100 10110100 1010011 101100 0 110110 11101 1101101 100111 110100

Color Harmonies of #64B453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B453

Black with #64B453

Text Example


Text Example

White with #64B453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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