Html Css Color HEX #63C350 Apple

📋 copy color: '#63C350'

red 99 ◦ green 195 ◦ blue 80

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

Shades of Apple #63C350

Tints of Apple #63C350

RGB

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

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

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

R = 26.47%
G = 52.14%
B = 21.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#63C350 (or 0x63C350) is known color: Apple. HEX triplet: 63, C3 and 50. RGB value is (99,195,80). Sum of RGB (Red+Green+Blue) = 99+195+80=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #63C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63C350 is #9C3CAF. Grayscale: #999999. Windows color (decimal): -10239152 or 5292899. OLE color: 5292899.

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

Color convert

RGB 99 195 80 -
CMYK 0.49 0 0.59 0.24
HSL 110.09º 0.49% 0.54% -
HSV(B) 110.09º 0.59% 0.76% -
XYZ 26.11 42.26 14.37 -
YUV 153.19 86.7 89.35 -
System Red Green Blue C M Y K H S L
Decimal 99 195 80 0.49 0 0.59 0.24 110.09 0.49 0.54
Hex 63 C3 50 31 0 3B 18 6E 31 36
Octal 143 303 120 61 0 73 30 156 61 66
Binary 1100011 11000011 1010000 110001 0 111011 11000 1101110 110001 110110

Color Harmonies of #63C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C350

Black with #63C350

Text Example


Text Example

White with #63C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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