Html Css Color HEX #60D46A Pastel Green

📋 copy color: '#60D46A'

red 96 ◦ green 212 ◦ blue 106

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

Shades of Pastel Green #60D46A

Tints of Pastel Green #60D46A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.21%

 BLUE value IS 106 (41.8% from 255) = 25.6%

R = 23.19%
G = 51.21%
B = 25.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#60D46A (or 0x60D46A) is known color: Pastel Green. HEX triplet: 60, D4 and 6A. RGB value is (96,212,106). Sum of RGB (Red+Green+Blue) = 96+212+106=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #60D46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D46A is #9F2B95. Grayscale: #A5A5A5. Windows color (decimal): -10431382 or 7001184. OLE color: 7001184.

HSL color Cylindrical-coordinate representation of color #60D46A: hue angle of 125.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D46A is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 106 -
CMYK 0.55 0 0.5 0.17
HSL 125.17º 0.57% 0.6% -
HSV(B) 125.17º 0.55% 0.83% -
XYZ 30.97 50.61 21.77 -
YUV 165.23 94.57 78.62 -
System Red Green Blue C M Y K H S L
Decimal 96 212 106 0.55 0 0.5 0.17 125.17 0.57 0.6
Hex 60 D4 6A 37 0 32 11 7D 39 3C
Octal 140 324 152 67 0 62 21 175 71 74
Binary 1100000 11010100 1101010 110111 0 110010 10001 1111101 111001 111100

Color Harmonies of #60D46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D46A

Black with #60D46A

Text Example


Text Example

White with #60D46A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,212,106); }

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

background-color css

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

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

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

border-color css

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

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

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