#65D66A

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

Shades of Pastel Green #65D66A

Tints of Pastel Green #65D66A

Color information

#65D66A (or 0x65D66A) is unknown color: approx Pastel Green. HEX triplet: 65, D6 and 6A. RGB value is (101,214,106). Sum of RGB (Red+Green+Blue) = 101+214+106=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #65D66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D66A is #9A2995. Grayscale: #A8A8A8. Windows color (decimal): -10103190 or 7001701. OLE color: 7001701.

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

Color convert

RGB101214106-
CMYK0.5300.500.16
HSL122.65º57.95%61.76%-
HSV(B)122.65º52.8%83.92%-
XYZ32.0151.921.97-
YUV167.993.0680.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 214 (83.98% from 255) = 50.83%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=23.99%
G=50.83%
B=25.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1012141060.5300.500.16122.6557.9561.76
Hex65D66A35032107b3a3e
Octal14532615265062201737276
Binary11001011101011011010101101010110010100001111011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,214,106); }

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

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

 a { background-color: rgb(101,214,106); }

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

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

 span { border-color: rgb(101,214,106); }

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