#65DC6F

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

Shades of Pastel Green #65DC6F

Tints of Pastel Green #65DC6F

Color information

#65DC6F (or 0x65DC6F) is unknown color: approx Pastel Green. HEX triplet: 65, DC and 6F. RGB value is (101,220,111). Sum of RGB (Red+Green+Blue) = 101+220+111=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC6F is #9A2390. Grayscale: #ACACAC. Windows color (decimal): -10101649 or 7330917. OLE color: 7330917.

HSL color Cylindrical-coordinate representation of color #65DC6F: hue angle of 125.04º 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 #65DC6F is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB101220111-
CMYK0.5400.500.14
HSL125.04º62.96%62.94%-
HSV(B)125.04º54.09%86.27%-
XYZ33.8355.123.89-
YUV171.9993.5877.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 220 (86.33% from 255) = 50.93%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=23.38%
G=50.93%
B=25.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012201110.5400.500.14125.0462.9662.94
Hex65DC6F36032E7d3f3f
Octal14533415766062161757777
Binary1100101110111001101111110110011001011101111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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