#60D969

Color #60D969 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #60D969

Tints of Pastel Green #60D969

Color information

#60D969 (or 0x60D969) is unknown color: approx Pastel Green. HEX triplet: 60, D9 and 69. RGB value is (96,217,105). Sum of RGB (Red+Green+Blue) = 96+217+105=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #60D969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D969 is #9F2696. Grayscale: #A8A8A8. Windows color (decimal): -10430103 or 6936928. OLE color: 6936928.

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

Color convert

RGB96217105-
CMYK0.5600.520.15
HSL124.46º61.42%61.37%-
HSV(B)124.46º55.76%85.1%-
XYZ32.1953.1321.92-
YUV168.0592.4176.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 217 (85.16% from 255) = 51.91%
BLUE value IS 105 (41.41% from 255) = 25.12%
R=22.97%
G=51.91%
B=25.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962171050.5600.520.15124.4661.4261.37
Hex60D96938034F7c3d3d
Octal14033115170064171747575
Binary1100000110110011101001111000011010011111111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,217,105); }

 H1.HeaderClassName
 {
   color: #60D969;
 }
 .AnyTagClassName
 {
   color: #60D969;
 }
</style>
background-color css

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

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

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

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

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

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