Html Css Color HEX #64C63D Apple

📋 copy color: '#64C63D'

red 100 ◦ green 198 ◦ blue 61

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

Shades of Apple #64C63D

Tints of Apple #64C63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 27.86%
G = 55.15%
B = 16.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#64C63D (or 0x64C63D) is known color: Apple. HEX triplet: 64, C6 and 3D. RGB value is (100,198,61). Sum of RGB (Red+Green+Blue) = 100+198+61=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #64C63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C63D is #9B39C2. Grayscale: #999999. Windows color (decimal): -10172867 or 4048484. OLE color: 4048484.

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

Color convert

RGB 100 198 61 -
CMYK 0.49 0 0.69 0.22
HSL 102.92º 0.55% 0.51% -
HSV(B) 102.92º 0.69% 0.78% -
XYZ 26.29 43.43 11.41 -
YUV 153.08 76.03 90.14 -
System Red Green Blue C M Y K H S L
Decimal 100 198 61 0.49 0 0.69 0.22 102.92 0.55 0.51
Hex 64 C6 3D 31 0 45 16 67 37 33
Octal 144 306 75 61 0 105 26 147 67 63
Binary 1100100 11000110 111101 110001 0 1000101 10110 1100111 110111 110011

Color Harmonies of #64C63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C63D

Black with #64C63D

Text Example


Text Example

White with #64C63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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