Html Css Color HEX #60DD70 Pastel Green

📋 copy color: '#60DD70'

red 96 ◦ green 221 ◦ blue 112

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

Shades of Pastel Green #60DD70

Tints of Pastel Green #60DD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.52%

 BLUE value IS 112 (44.14% from 255) = 26.11%

R = 22.38%
G = 51.52%
B = 26.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#60DD70 (or 0x60DD70) is known color: Pastel Green. HEX triplet: 60, DD and 70. RGB value is (96,221,112). Sum of RGB (Red+Green+Blue) = 96+221+112=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DD70 is #9F228F. Grayscale: #ABABAB. Windows color (decimal): -10429072 or 7396704. OLE color: 7396704.

HSL color Cylindrical-coordinate representation of color #60DD70: hue angle of 127.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DD70 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 221 112 -
CMYK 0.57 0 0.49 0.13
HSL 127.68º 0.65% 0.62% -
HSV(B) 127.68º 0.57% 0.87% -
XYZ 33.6 55.37 24.25 -
YUV 171.2 94.59 74.36 -
System Red Green Blue C M Y K H S L
Decimal 96 221 112 0.57 0 0.49 0.13 127.68 0.65 0.62
Hex 60 DD 70 39 0 31 D 80 41 3E
Octal 140 335 160 71 0 61 15 200 101 76
Binary 1100000 11011101 1110000 111001 0 110001 1101 10000000 1000001 111110

Color Harmonies of #60DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DD70

Black with #60DD70

Text Example


Text Example

White with #60DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,221,112); }

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

background-color css

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

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

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

border-color css

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

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

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