Html Css Color HEX #60DA6C Pastel Green

📋 copy color: '#60DA6C'

red 96 ◦ green 218 ◦ blue 108

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

Shades of Pastel Green #60DA6C

Tints of Pastel Green #60DA6C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 22.75%
G = 51.66%
B = 25.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#60DA6C (or 0x60DA6C) is known color: Pastel Green. HEX triplet: 60, DA and 6C. RGB value is (96,218,108). Sum of RGB (Red+Green+Blue) = 96+218+108=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA6C is #9F2593. Grayscale: #A9A9A9. Windows color (decimal): -10429844 or 7133792. OLE color: 7133792.

HSL color Cylindrical-coordinate representation of color #60DA6C: hue angle of 125.9º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA6C is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 218 108 -
CMYK 0.56 0 0.50 0.15
HSL 125.9º 0.62% 0.62% -
HSV(B) 125.9º 0.56% 0.85% -
XYZ 32.6 53.71 22.84 -
YUV 168.98 93.58 75.94 -
System Red Green Blue C M Y K H S L
Decimal 96 218 108 0.56 0 0.50 0.15 125.9 0.62 0.62
Hex 60 DA 6C 38 0 32 F 7E 3E 3E
Octal 140 332 154 70 0 62 17 176 76 76
Binary 1100000 11011010 1101100 111000 0 110010 1111 1111110 111110 111110

Color Harmonies of #60DA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DA6C

Black with #60DA6C

Text Example


Text Example

White with #60DA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,218,108); }

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

background-color css

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

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

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

border-color css

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

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

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