#6FD27F

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

Shades of Pastel Green #6FD27F

Tints of Pastel Green #6FD27F

Color information

#6FD27F (or 0x6FD27F) is unknown color: approx Pastel Green. HEX triplet: 6F, D2 and 7F. RGB value is (111,210,127). Sum of RGB (Red+Green+Blue) = 111+210+127=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD27F is #902D80. Grayscale: #ABABAB. Windows color (decimal): -9448833 or 8376943. OLE color: 8376943.

HSL color Cylindrical-coordinate representation of color #6FD27F: hue angle of 129.7º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD27F is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB111210127-
CMYK0.4700.400.18
HSL129.7º52.38%62.94%-
HSV(B)129.7º47.14%82.35%-
XYZ33.4351.0128.16-
YUV170.94103.285.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.78%
GREEN value IS 210 (82.42% from 255) = 46.88%
BLUE value IS 127 (50% from 255) = 28.35%
R=24.78%
G=46.88%
B=28.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1112101270.4700.400.18129.752.3862.94
Hex6FD27F2F0281282343f
Octal15732217757050222026477
Binary110111111010010111111110111101010001001010000010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,210,127); }

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

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

 a { background-color: rgb(111,210,127); }

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

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

 span { border-color: rgb(111,210,127); }

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