Html Css Color HEX #63C050 Apple

📋 copy color: '#63C050'

red 99 ◦ green 192 ◦ blue 80

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

Shades of Apple #63C050

Tints of Apple #63C050

RGB

 RED value IS 99 (39.06% from 255) = 26.68%

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 26.68%
G = 51.75%
B = 21.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#63C050 (or 0x63C050) is known color: Apple. HEX triplet: 63, C0 and 50. RGB value is (99,192,80). Sum of RGB (Red+Green+Blue) = 99+192+80=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #63C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63C050 is #9C3FAF. Grayscale: #979797. Windows color (decimal): -10239920 or 5292131. OLE color: 5292131.

HSL color Cylindrical-coordinate representation of color #63C050: hue angle of 109.82º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63C050 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 192 80 -
CMYK 0.48 0 0.58 0.25
HSL 109.82º 0.47% 0.53% -
HSV(B) 109.82º 0.58% 0.75% -
XYZ 25.44 40.93 14.15 -
YUV 151.43 87.69 90.61 -
System Red Green Blue C M Y K H S L
Decimal 99 192 80 0.48 0 0.58 0.25 109.82 0.47 0.53
Hex 63 C0 50 30 0 3A 19 6E 2F 35
Octal 143 300 120 60 0 72 31 156 57 65
Binary 1100011 11000000 1010000 110000 0 111010 11001 1101110 101111 110101

Color Harmonies of #63C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C050

Black with #63C050

Text Example


Text Example

White with #63C050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63C050; }

 p { color: rgb(99,192,80); }

 H1.HeaderClassName
 {
   color: #63C050;
 }
 .AnyTagClassName
 {
   color: #63C050;
 }
</style>

background-color css

<style>
 a { background-color: #63C050; }

 a { background-color: rgb(99,192,80); }

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

border-color css

<style>
 span { border-color: #63C050; }

 span { border-color: rgb(99,192,80); }

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