Html Css Color HEX #64C63F Apple

📋 copy color: '#64C63F'

red 100 ◦ green 198 ◦ blue 63

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

Shades of Apple #64C63F

Tints of Apple #64C63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 54.85%

 BLUE value IS 63 (25% from 255) = 17.45%

R = 27.7%
G = 54.85%
B = 17.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#64C63F (or 0x64C63F) is known color: Apple. HEX triplet: 64, C6 and 3F. RGB value is (100,198,63). Sum of RGB (Red+Green+Blue) = 100+198+63=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #64C63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C63F is #9B39C0. Grayscale: #999999. Windows color (decimal): -10172865 or 4179556. OLE color: 4179556.

HSL color Cylindrical-coordinate representation of color #64C63F: hue angle of 103.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64C63F is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 100 198 63 -
CMYK 0.49 0 0.68 0.22
HSL 103.56º 0.54% 0.51% -
HSV(B) 103.56º 0.68% 0.78% -
XYZ 26.35 43.46 11.7 -
YUV 153.31 77.03 89.98 -
System Red Green Blue C M Y K H S L
Decimal 100 198 63 0.49 0 0.68 0.22 103.56 0.54 0.51
Hex 64 C6 3F 31 0 44 16 68 36 33
Octal 144 306 77 61 0 104 26 150 66 63
Binary 1100100 11000110 111111 110001 0 1000100 10110 1101000 110110 110011

Color Harmonies of #64C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C63F

Black with #64C63F

Text Example


Text Example

White with #64C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,198,63); }

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

background-color css

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

 a { background-color: rgb(100,198,63); }

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

border-color css

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

 span { border-color: rgb(100,198,63); }

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