#65DD71

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

Shades of Pastel Green #65DD71

Tints of Pastel Green #65DD71

Color information

#65DD71 (or 0x65DD71) is unknown color: approx Pastel Green. HEX triplet: 65, DD and 71. RGB value is (101,221,113). Sum of RGB (Red+Green+Blue) = 101+221+113=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DD71 is #9A228E. Grayscale: #ADADAD. Windows color (decimal): -10101391 or 7462245. OLE color: 7462245.

HSL color Cylindrical-coordinate representation of color #65DD71: hue angle of 126º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DD71 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB101221113-
CMYK0.5400.490.13
HSL126º63.83%63.14%-
HSV(B)126º54.3%86.67%-
XYZ34.255.6724.57-
YUV172.8194.2476.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.22%
GREEN value IS 221 (86.72% from 255) = 50.80%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=23.22%
G=50.80%
B=25.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012211130.5400.490.1312663.8363.14
Hex65DD7136031D7e403f
Octal145335161660611517610077
Binary11001011101110111100011101100110001110111111101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,221,113); }

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

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

 a { background-color: rgb(101,221,113); }

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

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

 span { border-color: rgb(101,221,113); }

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