#6FCD69

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

Shades of Pastel Green #6FCD69

Tints of Pastel Green #6FCD69

Color information

#6FCD69 (or 0x6FCD69) is unknown color: approx Pastel Green. HEX triplet: 6F, CD and 69. RGB value is (111,205,105). Sum of RGB (Red+Green+Blue) = 111+205+105=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCD69 is #903296. Grayscale: #A5A5A5. Windows color (decimal): -9450135 or 6933871. OLE color: 6933871.

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

Color convert

RGB111205105-
CMYK0.4600.490.20
HSL116.4º50%60.78%-
HSV(B)116.4º48.78%80.39%-
XYZ30.9448.0621.01-
YUV165.4993.8689.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.37%
GREEN value IS 205 (80.47% from 255) = 48.69%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=26.37%
G=48.69%
B=24.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051050.4600.490.20116.45060.78
Hex6FCD692E0311474323d
Octal15731515156061241646275
Binary11011111100110111010011011100110001101001110100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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