Html Css Color HEX #60D246 Apple

📋 copy color: '#60D246'

red 96 ◦ green 210 ◦ blue 70

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

Shades of Apple #60D246

Tints of Apple #60D246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.85%

 BLUE value IS 70 (27.73% from 255) = 18.62%

R = 25.53%
G = 55.85%
B = 18.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#60D246 (or 0x60D246) is known color: Apple. HEX triplet: 60, D2 and 46. RGB value is (96,210,70). Sum of RGB (Red+Green+Blue) = 96+210+70=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #60D246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60D246 is #9F2DB9. Grayscale: #A0A0A0. Windows color (decimal): -10431930 or 4641376. OLE color: 4641376.

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

Color convert

RGB 96 210 70 -
CMYK 0.54 0 0.67 0.18
HSL 108.86º 0.61% 0.55% -
HSV(B) 108.86º 0.67% 0.82% -
XYZ 28.98 49.02 13.73 -
YUV 159.95 77.23 82.38 -
System Red Green Blue C M Y K H S L
Decimal 96 210 70 0.54 0 0.67 0.18 108.86 0.61 0.55
Hex 60 D2 46 36 0 43 12 6D 3D 37
Octal 140 322 106 66 0 103 22 155 75 67
Binary 1100000 11010010 1000110 110110 0 1000011 10010 1101101 111101 110111

Color Harmonies of #60D246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D246

Black with #60D246

Text Example


Text Example

White with #60D246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,210,70); }

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

background-color css

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

 a { background-color: rgb(96,210,70); }

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

border-color css

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

 span { border-color: rgb(96,210,70); }

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