#6CF280

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

Shades of Pastel Green #6CF280

Tints of Pastel Green #6CF280

Color information

#6CF280 (or 0x6CF280) is unknown color: approx Pastel Green. HEX triplet: 6C, F2 and 80. RGB value is (108,242,128). Sum of RGB (Red+Green+Blue) = 108+242+128=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CF280 is #930D7F. Grayscale: #BDBDBD. Windows color (decimal): -9637248 or 8450668. OLE color: 8450668.

HSL color Cylindrical-coordinate representation of color #6CF280: hue angle of 128.96º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF280 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB108242128-
CMYK0.5500.470.05
HSL128.96º83.75%68.63%-
HSV(B)128.96º55.37%94.9%-
XYZ41.8368.2531.39-
YUV188.9493.6170.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 242 (94.92% from 255) = 50.63%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=22.59%
G=50.63%
B=26.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082421280.5500.470.05128.9683.7568.63
Hex6CF2803702F5815445
Octal154362200670575201124105
Binary1101100111100101000000011011101011111011000000110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,242,128); }

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

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

 a { background-color: rgb(108,242,128); }

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

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

 span { border-color: rgb(108,242,128); }

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