#65D95F

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

Shades of Pastel Green #65D95F

Tints of Pastel Green #65D95F

Color information

#65D95F (or 0x65D95F) is unknown color: approx Pastel Green. HEX triplet: 65, D9 and 5F. RGB value is (101,217,95). Sum of RGB (Red+Green+Blue) = 101+217+95=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #65D95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D95F is #9A26A0. Grayscale: #A8A8A8. Windows color (decimal): -10102433 or 6281573. OLE color: 6281573.

HSL color Cylindrical-coordinate representation of color #65D95F: hue angle of 117.05º degrees, saturation: 0.62, 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 #65D95F is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB10121795-
CMYK0.5300.560.15
HSL117.05º61.62%61.18%-
HSV(B)117.05º56.22%85.1%-
XYZ32.2553.2219.4-
YUV168.4186.5779.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.46%
GREEN value IS 217 (85.16% from 255) = 52.54%
BLUE value IS 95 (37.5% from 255) = 23.00%
R=24.46%
G=52.54%
B=23.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101217950.5300.560.15117.0561.6261.18
Hex65D95F35038F753e3d
Octal14533113765070171657675
Binary1100101110110011011111110101011100011111110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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