#6FCD65

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

Shades of Pastel Green #6FCD65

Tints of Pastel Green #6FCD65

Color information

#6FCD65 (or 0x6FCD65) is unknown color: approx Pastel Green. HEX triplet: 6F, CD and 65. RGB value is (111,205,101). Sum of RGB (Red+Green+Blue) = 111+205+101=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD65 is #90329A. Grayscale: #A5A5A5. Windows color (decimal): -9450139 or 6671727. OLE color: 6671727.

HSL color Cylindrical-coordinate representation of color #6FCD65: hue angle of 114.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCD65 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB111205101-
CMYK0.4600.510.20
HSL114.23º50.98%60%-
HSV(B)114.23º50.73%80.39%-
XYZ30.7447.9819.95-
YUV165.0491.8689.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 205 (80.47% from 255) = 49.16%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=26.62%
G=49.16%
B=24.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051010.4600.510.20114.2350.9860
Hex6FCD652E0331472333c
Octal15731514556063241626374
Binary11011111100110111001011011100110011101001110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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