#6CF27D

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

Shades of Pastel Green #6CF27D

Tints of Pastel Green #6CF27D

Color information

#6CF27D (or 0x6CF27D) is unknown color: approx Pastel Green. HEX triplet: 6C, F2 and 7D. RGB value is (108,242,125). Sum of RGB (Red+Green+Blue) = 108+242+125=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #6CF27D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6CF27D is #930D82. Grayscale: #BCBCBC. Windows color (decimal): -9637251 or 8254060. OLE color: 8254060.

HSL color Cylindrical-coordinate representation of color #6CF27D: hue angle of 127.61º 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 #6CF27D is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB108242125-
CMYK0.5500.480.05
HSL127.61º83.75%68.63%-
HSV(B)127.61º55.37%94.9%-
XYZ41.6468.1730.37-
YUV188.692.1170.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 242 (94.92% from 255) = 50.95%
BLUE value IS 125 (49.22% from 255) = 26.32%
R=22.74%
G=50.95%
B=26.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1082421250.5500.480.05127.6183.7568.63
Hex6CF27D370305805445
Octal154362175670605200124105
Binary110110011110010111110111011101100001011000000010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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