#65DC63

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

Shades of Pastel Green #65DC63

Tints of Pastel Green #65DC63

Color information

#65DC63 (or 0x65DC63) is unknown color: approx Pastel Green. HEX triplet: 65, DC and 63. RGB value is (101,220,99). Sum of RGB (Red+Green+Blue) = 101+220+99=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #65DC63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65DC63 is #9A239C. Grayscale: #AAAAAA. Windows color (decimal): -10101661 or 6544485. OLE color: 6544485.

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

Color convert

RGB10122099-
CMYK0.5400.550.14
HSL119.01º63.35%62.55%-
HSV(B)119.01º55%86.27%-
XYZ33.2154.8520.64-
YUV170.6287.5878.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.05%
GREEN value IS 220 (86.33% from 255) = 52.38%
BLUE value IS 99 (39.06% from 255) = 23.57%
R=24.05%
G=52.38%
B=23.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101220990.5400.550.14119.0163.3562.55
Hex65DC6336037E773f3f
Octal14533414366067161677777
Binary1100101110111001100011110110011011111101110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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