Html Css Color HEX #60C14F Apple

📋 copy color: '#60C14F'

red 96 ◦ green 193 ◦ blue 79

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

Shades of Apple #60C14F

Tints of Apple #60C14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 26.09%
G = 52.45%
B = 21.47%

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

#60C14F (or 0x60C14F) is known color: Apple. HEX triplet: 60, C1 and 4F. RGB value is (96,193,79). Sum of RGB (Red+Green+Blue) = 96+193+79=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 193 (75.78% from 255 or 52.45% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 193 - color contains mainly: green. Hex color #60C14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C14F is #9F3EB0. Grayscale: #979797. Windows color (decimal): -10436273 or 5226848. OLE color: 5226848.

HSL color Cylindrical-coordinate representation of color #60C14F: hue angle of 111.05º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C14F is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 193 79 -
CMYK 0.50 0 0.59 0.24
HSL 111.05º 0.48% 0.53% -
HSV(B) 111.05º 0.59% 0.76% -
XYZ 25.31 41.19 14.01 -
YUV 151 87.36 88.77 -
System Red Green Blue C M Y K H S L
Decimal 96 193 79 0.50 0 0.59 0.24 111.05 0.48 0.53
Hex 60 C1 4F 32 0 3B 18 6F 30 35
Octal 140 301 117 62 0 73 30 157 60 65
Binary 1100000 11000001 1001111 110010 0 111011 11000 1101111 110000 110101

Color Harmonies of #60C14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C14F

Black with #60C14F

Text Example


Text Example

White with #60C14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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