#65D974

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

Shades of Pastel Green #65D974

Tints of Pastel Green #65D974

Color information

#65D974 (or 0x65D974) is unknown color: approx Pastel Green. HEX triplet: 65, D9 and 74. RGB value is (101,217,116). Sum of RGB (Red+Green+Blue) = 101+217+116=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 217 (85.16% from 255 or 50% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 217 - color contains mainly: green. Hex color #65D974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D974 is #9A268B. Grayscale: #ABABAB. Windows color (decimal): -10102412 or 7657829. OLE color: 7657829.

HSL color Cylindrical-coordinate representation of color #65D974: hue angle of 127.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D974 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB101217116-
CMYK0.5300.470.15
HSL127.76º60.42%62.35%-
HSV(B)127.76º53.46%85.1%-
XYZ33.3353.6525.12-
YUV170.897.0778.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.27%
GREEN value IS 217 (85.16% from 255) = 50%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=23.27%
G=50%
B=26.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012171160.5300.470.15127.7660.4262.35
Hex65D9743502FF803c3e
Octal14533116465057172007476
Binary11001011101100111101001101010101111111110000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65D974; }

 p { color: rgb(101,217,116); }

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

<style>
 a { background-color: #65D974; }

 a { background-color: rgb(101,217,116); }

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

<style>
 span { border-color: #65D974; }

 span { border-color: rgb(101,217,116); }

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