Html Css Color HEX #60C150 Apple

📋 copy color: '#60C150'

red 96 ◦ green 193 ◦ blue 80

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

Shades of Apple #60C150

Tints of Apple #60C150

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.3%

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

R = 26.02%
G = 52.3%
B = 21.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#60C150 (or 0x60C150) is known color: Apple. HEX triplet: 60, C1 and 50. RGB value is (96,193,80). Sum of RGB (Red+Green+Blue) = 96+193+80=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #60C150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C150 is #9F3EAF. Grayscale: #979797. Windows color (decimal): -10436272 or 5292384. OLE color: 5292384.

HSL color Cylindrical-coordinate representation of color #60C150: hue angle of 111.5º degrees, saturation: 0.48, 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 #60C150 is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 193 80 -
CMYK 0.50 0 0.59 0.24
HSL 111.5º 0.48% 0.54% -
HSV(B) 111.5º 0.59% 0.76% -
XYZ 25.34 41.21 14.21 -
YUV 151.12 87.86 88.69 -
System Red Green Blue C M Y K H S L
Decimal 96 193 80 0.50 0 0.59 0.24 111.5 0.48 0.54
Hex 60 C1 50 32 0 3B 18 70 30 36
Octal 140 301 120 62 0 73 30 160 60 66
Binary 1100000 11000001 1010000 110010 0 111011 11000 1110000 110000 110110

Color Harmonies of #60C150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C150

Black with #60C150

Text Example


Text Example

White with #60C150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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