#65DC70

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

Shades of Pastel Green #65DC70

Tints of Pastel Green #65DC70

Color information

#65DC70 (or 0x65DC70) is unknown color: approx Pastel Green. HEX triplet: 65, DC and 70. RGB value is (101,220,112). Sum of RGB (Red+Green+Blue) = 101+220+112=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC70 is #9A238F. Grayscale: #ACACAC. Windows color (decimal): -10101648 or 7396453. OLE color: 7396453.

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

Color convert

RGB101220112-
CMYK0.5400.490.14
HSL125.55º62.96%62.94%-
HSV(B)125.55º54.09%86.27%-
XYZ33.8855.1224.18-
YUV172.1194.0877.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.33%
GREEN value IS 220 (86.33% from 255) = 50.81%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=23.33%
G=50.81%
B=25.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012201120.5400.490.14125.5562.9662.94
Hex65DC7036031E7e3f3f
Octal14533416066061161767777
Binary1100101110111001110000110110011000111101111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,220,112); }

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

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

 a { background-color: rgb(101,220,112); }

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

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

 span { border-color: rgb(101,220,112); }

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