Html Css Color HEX #63C032 Apple

📋 copy color: '#63C032'

red 99 ◦ green 192 ◦ blue 50

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

Shades of Apple #63C032

Tints of Apple #63C032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 29.03%
G = 56.3%
B = 14.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#63C032 (or 0x63C032) is known color: Apple. HEX triplet: 63, C0 and 32. RGB value is (99,192,50). Sum of RGB (Red+Green+Blue) = 99+192+50=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #63C032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C032 is #9C3FCD. Grayscale: #949494. Windows color (decimal): -10239950 or 3326051. OLE color: 3326051.

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

Color convert

RGB 99 192 50 -
CMYK 0.48 0 0.74 0.25
HSL 99.3º 0.59% 0.47% -
HSV(B) 99.3º 0.74% 0.75% -
XYZ 24.57 40.58 9.56 -
YUV 148.01 72.69 93.05 -
System Red Green Blue C M Y K H S L
Decimal 99 192 50 0.48 0 0.74 0.25 99.3 0.59 0.47
Hex 63 C0 32 30 0 4A 19 63 3B 2F
Octal 143 300 62 60 0 112 31 143 73 57
Binary 1100011 11000000 110010 110000 0 1001010 11001 1100011 111011 101111

Color Harmonies of #63C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63C032

Black with #63C032

Text Example


Text Example

White with #63C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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