Html Css Color HEX #60D250 Apple

📋 copy color: '#60D250'

red 96 ◦ green 210 ◦ blue 80

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

Shades of Apple #60D250

Tints of Apple #60D250

RGB

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

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

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

R = 24.87%
G = 54.4%
B = 20.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#60D250 (or 0x60D250) is known color: Apple. HEX triplet: 60, D2 and 50. RGB value is (96,210,80). Sum of RGB (Red+Green+Blue) = 96+210+80=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #60D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D250 is #9F2DAF. Grayscale: #A1A1A1. Windows color (decimal): -10431920 or 5296736. OLE color: 5296736.

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

Color convert

RGB 96 210 80 -
CMYK 0.54 0 0.62 0.18
HSL 112.62º 0.59% 0.57% -
HSV(B) 112.62º 0.62% 0.82% -
XYZ 29.32 49.16 15.53 -
YUV 161.09 82.23 81.57 -
System Red Green Blue C M Y K H S L
Decimal 96 210 80 0.54 0 0.62 0.18 112.62 0.59 0.57
Hex 60 D2 50 36 0 3E 12 71 3B 39
Octal 140 322 120 66 0 76 22 161 73 71
Binary 1100000 11010010 1010000 110110 0 111110 10010 1110001 111011 111001

Color Harmonies of #60D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D250

Black with #60D250

Text Example


Text Example

White with #60D250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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