#6FCF66

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

Shades of Pastel Green #6FCF66

Tints of Pastel Green #6FCF66

Color information

#6FCF66 (or 0x6FCF66) is unknown color: approx Pastel Green. HEX triplet: 6F, CF and 66. RGB value is (111,207,102). Sum of RGB (Red+Green+Blue) = 111+207+102=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCF66 is #903099. Grayscale: #A6A6A6. Windows color (decimal): -9449626 or 6737775. OLE color: 6737775.

HSL color Cylindrical-coordinate representation of color #6FCF66: hue angle of 114.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FCF66 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB111207102-
CMYK0.4600.510.19
HSL114.86º52.24%60.59%-
HSV(B)114.86º50.72%81.18%-
XYZ31.2748.9620.37-
YUV166.3391.788.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.43%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=26.43%
G=49.29%
B=24.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071020.4600.510.19114.8652.2460.59
Hex6FCF662E0331373343d
Octal15731714656063231636475
Binary11011111100111111001101011100110011100111110011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,102); }

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

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

 a { background-color: rgb(111,207,102); }

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

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

 span { border-color: rgb(111,207,102); }

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