Html Css Color HEX #64C352 Apple

📋 copy color: '#64C352'

red 100 ◦ green 195 ◦ blue 82

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

Shades of Apple #64C352

Tints of Apple #64C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.72%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 26.53%
G = 51.72%
B = 21.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#64C352 (or 0x64C352) is known color: Apple. HEX triplet: 64, C3 and 52. RGB value is (100,195,82). Sum of RGB (Red+Green+Blue) = 100+195+82=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #64C352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C352 is #9B3CAD. Grayscale: #9A9A9A. Windows color (decimal): -10173614 or 5423972. OLE color: 5423972.

HSL color Cylindrical-coordinate representation of color #64C352: hue angle of 110.44º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C352 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 82 -
CMYK 0.49 0 0.58 0.24
HSL 110.44º 0.48% 0.54% -
HSV(B) 110.44º 0.58% 0.76% -
XYZ 26.29 42.35 14.77 -
YUV 153.71 87.53 89.69 -
System Red Green Blue C M Y K H S L
Decimal 100 195 82 0.49 0 0.58 0.24 110.44 0.48 0.54
Hex 64 C3 52 31 0 3A 18 6E 30 36
Octal 144 303 122 61 0 72 30 156 60 66
Binary 1100100 11000011 1010010 110001 0 111010 11000 1101110 110000 110110

Color Harmonies of #64C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C352

Black with #64C352

Text Example


Text Example

White with #64C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,82); }

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

background-color css

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

 a { background-color: rgb(100,195,82); }

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

border-color css

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

 span { border-color: rgb(100,195,82); }

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