Html Css Color HEX #60D760 Pastel Green

📋 copy color: '#60D760'

red 96 ◦ green 215 ◦ blue 96

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

Shades of Pastel Green #60D760

Tints of Pastel Green #60D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 23.59%
G = 52.83%
B = 23.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#60D760 (or 0x60D760) is known color: Pastel Green. HEX triplet: 60, D7 and 60. RGB value is (96,215,96). Sum of RGB (Red+Green+Blue) = 96+215+96=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #60D760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D760 is #9F289F. Grayscale: #A6A6A6. Windows color (decimal): -10430624 or 6346592. OLE color: 6346592.

HSL color Cylindrical-coordinate representation of color #60D760: hue angle of 120º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D760 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 215 96 -
CMYK 0.55 0 0.55 0.16
HSL 120º 0.6% 0.61% -
HSV(B) 120º 0.55% 0.84% -
XYZ 31.24 51.93 19.44 -
YUV 165.85 88.58 78.18 -
System Red Green Blue C M Y K H S L
Decimal 96 215 96 0.55 0 0.55 0.16 120 0.6 0.61
Hex 60 D7 60 37 0 37 10 78 3C 3D
Octal 140 327 140 67 0 67 20 170 74 75
Binary 1100000 11010111 1100000 110111 0 110111 10000 1111000 111100 111101

Color Harmonies of #60D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D760

Black with #60D760

Text Example


Text Example

White with #60D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,215,96); }

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

background-color css

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

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

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

border-color css

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

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

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