#65D958

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

Shades of Pastel Green #65D958

Tints of Pastel Green #65D958

Color information

#65D958 (or 0x65D958) is unknown color: approx Pastel Green. HEX triplet: 65, D9 and 58. RGB value is (101,217,88). Sum of RGB (Red+Green+Blue) = 101+217+88=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #65D958 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D958 is #9A26A7. Grayscale: #A8A8A8. Windows color (decimal): -10102440 or 5822821. OLE color: 5822821.

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

Color convert

RGB10121788-
CMYK0.5300.590.15
HSL113.95º62.93%59.8%-
HSV(B)113.95º59.45%85.1%-
XYZ31.9453.117.8-
YUV167.6183.0780.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 88 (34.77% from 255) = 21.67%
R=24.88%
G=53.45%
B=21.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101217880.5300.590.15113.9562.9359.8
Hex65D9583503BF723f3c
Octal14533113065073171627774
Binary1100101110110011011000110101011101111111110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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