#6FCA7D

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

Shades of Pastel Green #6FCA7D

Tints of Pastel Green #6FCA7D

Color information

#6FCA7D (or 0x6FCA7D) is unknown color: approx Pastel Green. HEX triplet: 6F, CA and 7D. RGB value is (111,202,125). Sum of RGB (Red+Green+Blue) = 111+202+125=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCA7D is #903582. Grayscale: #A6A6A6. Windows color (decimal): -9450883 or 8243823. OLE color: 8243823.

HSL color Cylindrical-coordinate representation of color #6FCA7D: hue angle of 129.23º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCA7D is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB111202125-
CMYK0.4500.380.21
HSL129.23º46.19%61.37%-
HSV(B)129.23º45.05%79.22%-
XYZ31.3847.126.84-
YUV166.01104.8588.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.34%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=25.34%
G=46.12%
B=28.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021250.4500.380.21129.2346.1961.37
Hex6FCA7D2D02615812e3d
Octal15731217555046252015675
Binary110111111001010111110110110101001101010110000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,125); }

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

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

 a { background-color: rgb(111,202,125); }

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

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

 span { border-color: rgb(111,202,125); }

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