Html Css Color HEX #64C351 Apple

📋 copy color: '#64C351'

red 100 ◦ green 195 ◦ blue 81

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

Shades of Apple #64C351

Tints of Apple #64C351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 26.6%
G = 51.86%
B = 21.54%

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

#64C351 (or 0x64C351) is known color: Apple. HEX triplet: 64, C3 and 51. RGB value is (100,195,81). Sum of RGB (Red+Green+Blue) = 100+195+81=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #64C351 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64C351 is #9B3CAE. Grayscale: #999999. Windows color (decimal): -10173615 or 5358436. OLE color: 5358436.

HSL color Cylindrical-coordinate representation of color #64C351: hue angle of 110º degrees, saturation: 0.49, 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 #64C351 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 81 -
CMYK 0.49 0 0.58 0.24
HSL 110º 0.49% 0.54% -
HSV(B) 110º 0.58% 0.76% -
XYZ 26.26 42.33 14.57 -
YUV 153.6 87.03 89.77 -
System Red Green Blue C M Y K H S L
Decimal 100 195 81 0.49 0 0.58 0.24 110 0.49 0.54
Hex 64 C3 51 31 0 3A 18 6E 31 36
Octal 144 303 121 61 0 72 30 156 61 66
Binary 1100100 11000011 1010001 110001 0 111010 11000 1101110 110001 110110

Color Harmonies of #64C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C351

Black with #64C351

Text Example


Text Example

White with #64C351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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