#6cdf7f

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

Shades of Pastel Green #6CDF7F

Tints of Pastel Green #6CDF7F

Color information

#6CDF7F (or 0x6CDF7F) is unknown color: approx Pastel Green. HEX triplet: 6C, DF and 7F. RGB value is (108,223,127). Sum of RGB (Red+Green+Blue) = 108+223+127=458 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.58% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDF7F is #932080. Grayscale: #B1B1B1. Windows color (decimal): -9642113 or 8380268. OLE color: 8380268.

HSL color Cylindrical-coordinate representation of color #6CDF7F: hue angle of 129.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CDF7F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB108223127-
CMYK0.5200.430.13
HSL129.91º64.25%64.9%-
HSV(B)129.91º51.57%87.45%-
XYZ36.457.529.26-
YUV177.6799.478.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.58%
GREEN value IS 223 (87.5% from 255) = 48.69%
BLUE value IS 127 (50% from 255) = 27.73%
R=23.58%
G=48.69%
B=27.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1082231270.5200.430.13129.9164.2564.9
Hex6CDF7F3402BD824041
Octal1543371776405315202100101
Binary1101100110111111111111110100010101111011000001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cdf7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,223,127); }

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

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

 a { background-color: rgb(108,223,127); }

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

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

 span { border-color: rgb(108,223,127); }

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