Html Css Color HEX #60C950 Apple

📋 copy color: '#60C950'

red 96 ◦ green 201 ◦ blue 80

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

Shades of Apple #60C950

Tints of Apple #60C950

RGB

 RED value IS 96 (37.89% from 255) = 25.46%

 GREEN value IS 201 (78.91% from 255) = 53.32%

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

R = 25.46%
G = 53.32%
B = 21.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#60C950 (or 0x60C950) is known color: Apple. HEX triplet: 60, C9 and 50. RGB value is (96,201,80). Sum of RGB (Red+Green+Blue) = 96+201+80=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #60C950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C950 is #9F36AF. Grayscale: #9C9C9C. Windows color (decimal): -10434224 or 5294432. OLE color: 5294432.

HSL color Cylindrical-coordinate representation of color #60C950: hue angle of 112.07º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C950 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 201 80 -
CMYK 0.52 0 0.60 0.21
HSL 112.07º 0.53% 0.55% -
HSV(B) 112.07º 0.6% 0.79% -
XYZ 27.16 44.84 14.81 -
YUV 155.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 96 201 80 0.52 0 0.60 0.21 112.07 0.53 0.55
Hex 60 C9 50 34 0 3C 15 70 35 37
Octal 140 311 120 64 0 74 25 160 65 67
Binary 1100000 11001001 1010000 110100 0 111100 10101 1110000 110101 110111

Color Harmonies of #60C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C950

Black with #60C950

Text Example


Text Example

White with #60C950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60C950; }

 p { color: rgb(96,201,80); }

 H1.HeaderClassName
 {
   color: #60C950;
 }
 .AnyTagClassName
 {
   color: #60C950;
 }
</style>

background-color css

<style>
 a { background-color: #60C950; }

 a { background-color: rgb(96,201,80); }

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

border-color css

<style>
 span { border-color: #60C950; }

 span { border-color: rgb(96,201,80); }

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