#6FDC65

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

Shades of Pastel Green #6FDC65

Tints of Pastel Green #6FDC65

Color information

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

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

Color convert

RGB111220101-
CMYK0.5000.540.14
HSL114.96º62.96%62.94%-
HSV(B)114.96º54.09%86.27%-
XYZ34.555.5121.21-
YUV173.8486.8983.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1112201010.5000.540.14114.9662.9662.94
Hex6FDC6532036E733f3f
Octal15733414562066161637777
Binary1101111110111001100101110010011011011101110011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FDC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FDC65; }

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

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

<style>
 a { background-color: #6FDC65; }

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

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

<style>
 span { border-color: #6FDC65; }

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

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