#6FCD64

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

Shades of Pastel Green #6FCD64

Tints of Pastel Green #6FCD64

Color information

#6FCD64 (or 0x6FCD64) is unknown color: approx Pastel Green. HEX triplet: 6F, CD and 64. RGB value is (111,205,100). Sum of RGB (Red+Green+Blue) = 111+205+100=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD64 is #90329B. Grayscale: #A5A5A5. Windows color (decimal): -9450140 or 6606191. OLE color: 6606191.

HSL color Cylindrical-coordinate representation of color #6FCD64: hue angle of 113.71º 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 #6FCD64 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB111205100-
CMYK0.4600.510.20
HSL113.71º51.22%59.8%-
HSV(B)113.71º51.22%80.39%-
XYZ30.6947.9619.7-
YUV164.9291.3689.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.68%
GREEN value IS 205 (80.47% from 255) = 49.28%
BLUE value IS 100 (39.45% from 255) = 24.04%
R=26.68%
G=49.28%
B=24.04%

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
Decimal1112051000.4600.510.20113.7151.2259.8
Hex6FCD642E0331472333c
Octal15731514456063241626374
Binary11011111100110111001001011100110011101001110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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