Html Css Color HEX #63B950 Apple

📋 copy color: '#63B950'

red 99 ◦ green 185 ◦ blue 80

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

Shades of Apple #63B950

Tints of Apple #63B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.82%

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

R = 27.2%
G = 50.82%
B = 21.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#63B950 (or 0x63B950) is known color: Apple. HEX triplet: 63, B9 and 50. RGB value is (99,185,80). Sum of RGB (Red+Green+Blue) = 99+185+80=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #63B950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63B950 is #9C46AF. Grayscale: #939393. Windows color (decimal): -10241712 or 5290339. OLE color: 5290339.

HSL color Cylindrical-coordinate representation of color #63B950: hue angle of 109.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63B950 is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 185 80 -
CMYK 0.46 0 0.57 0.27
HSL 109.14º 0.43% 0.52% -
HSV(B) 109.14º 0.57% 0.73% -
XYZ 23.94 37.93 13.65 -
YUV 147.32 90.01 93.54 -
System Red Green Blue C M Y K H S L
Decimal 99 185 80 0.46 0 0.57 0.27 109.14 0.43 0.52
Hex 63 B9 50 2E 0 39 1B 6D 2B 34
Octal 143 271 120 56 0 71 33 155 53 64
Binary 1100011 10111001 1010000 101110 0 111001 11011 1101101 101011 110100

Color Harmonies of #63B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B950

Black with #63B950

Text Example


Text Example

White with #63B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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