#65D55D

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

Shades of Pastel Green #65D55D

Tints of Pastel Green #65D55D

Color information

#65D55D (or 0x65D55D) is unknown color: approx Pastel Green. HEX triplet: 65, D5 and 5D. RGB value is (101,213,93). Sum of RGB (Red+Green+Blue) = 101+213+93=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #65D55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D55D is #9A2AA2. Grayscale: #A6A6A6. Windows color (decimal): -10103459 or 6149477. OLE color: 6149477.

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

Color convert

RGB10121393-
CMYK0.5300.560.16
HSL116º58.82%60%-
HSV(B)116º56.34%83.53%-
XYZ31.1451.1518.59-
YUV165.8386.8981.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 213 (83.59% from 255) = 52.33%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=24.82%
G=52.33%
B=22.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101213930.5300.560.1611658.8260
Hex65D55D3503810743b3c
Octal14532513565070201647374
Binary11001011101010110111011101010111000100001110100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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