#6CFA8A

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

Shades of Pastel Green #6CFA8A

Tints of Pastel Green #6CFA8A

Color information

#6CFA8A (or 0x6CFA8A) is unknown color: approx Pastel Green. HEX triplet: 6C, FA and 8A. RGB value is (108,250,138). Sum of RGB (Red+Green+Blue) = 108+250+138=496 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.77% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #6CFA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6CFA8A is #930575. Grayscale: #C3C3C3. Windows color (decimal): -9635190 or 9108076. OLE color: 9108076.

HSL color Cylindrical-coordinate representation of color #6CFA8A: hue angle of 132.68º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CFA8A is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB108250138-
CMYK0.5700.450.02
HSL132.68º93.42%70.2%-
HSV(B)132.68º56.8%98.04%-
XYZ44.9673.3935.84-
YUV194.7795.9666.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.77%
GREEN value IS 250 (98.05% from 255) = 50.40%
BLUE value IS 138 (54.30% from 255) = 27.82%
R=21.77%
G=50.40%
B=27.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082501380.5700.450.02132.6893.4270.2
Hex6CFA8A3902D2855d46
Octal154372212710552205135106
Binary110110011111010100010101110010101101101000010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CFA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,250,138); }

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

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

 a { background-color: rgb(108,250,138); }

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

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

 span { border-color: rgb(108,250,138); }

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