Html Css Color HEX #60D04A Apple

📋 copy color: '#60D04A'

red 96 ◦ green 208 ◦ blue 74

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

Shades of Apple #60D04A

Tints of Apple #60D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.03%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 25.4%
G = 55.03%
B = 19.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#60D04A (or 0x60D04A) is known color: Apple. HEX triplet: 60, D0 and 4A. RGB value is (96,208,74). Sum of RGB (Red+Green+Blue) = 96+208+74=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #60D04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D04A is #9F2FB5. Grayscale: #9F9F9F. Windows color (decimal): -10432438 or 4903008. OLE color: 4903008.

HSL color Cylindrical-coordinate representation of color #60D04A: hue angle of 110.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60D04A is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 208 74 -
CMYK 0.54 0 0.64 0.18
HSL 110.15º 0.59% 0.55% -
HSV(B) 110.15º 0.64% 0.82% -
XYZ 28.62 48.09 14.25 -
YUV 159.24 79.89 82.9 -
System Red Green Blue C M Y K H S L
Decimal 96 208 74 0.54 0 0.64 0.18 110.15 0.59 0.55
Hex 60 D0 4A 36 0 40 12 6E 3B 37
Octal 140 320 112 66 0 100 22 156 73 67
Binary 1100000 11010000 1001010 110110 0 1000000 10010 1101110 111011 110111

Color Harmonies of #60D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D04A

Black with #60D04A

Text Example


Text Example

White with #60D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,208,74); }

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

background-color css

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

 a { background-color: rgb(96,208,74); }

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

border-color css

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

 span { border-color: rgb(96,208,74); }

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