#65D45D

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

Shades of Pastel Green #65D45D

Tints of Pastel Green #65D45D

Color information

#65D45D (or 0x65D45D) is unknown color: approx Pastel Green. HEX triplet: 65, D4 and 5D. RGB value is (101,212,93). Sum of RGB (Red+Green+Blue) = 101+212+93=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #65D45D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D45D is #9A2BA2. Grayscale: #A5A5A5. Windows color (decimal): -10103715 or 6149221. OLE color: 6149221.

HSL color Cylindrical-coordinate representation of color #65D45D: hue angle of 115.97º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65D45D is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB10121293-
CMYK0.5200.560.17
HSL115.97º58.05%59.8%-
HSV(B)115.97º56.13%83.14%-
XYZ30.8950.6418.5-
YUV165.2487.2382.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 212 (83.20% from 255) = 52.22%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=24.88%
G=52.22%
B=22.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101212930.5200.560.17115.9758.0559.8
Hex65D45D3403811743a3c
Octal14532413564070211647274
Binary11001011101010010111011101000111000100011110100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,212,93); }

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

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

 a { background-color: rgb(101,212,93); }

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

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

 span { border-color: rgb(101,212,93); }

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