#6CE070

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

Shades of Pastel Green #6CE070

Tints of Pastel Green #6CE070

Color information

#6CE070 (or 0x6CE070) is unknown color: approx Pastel Green. HEX triplet: 6C, E0 and 70. RGB value is (108,224,112). Sum of RGB (Red+Green+Blue) = 108+224+112=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE070 is #931F8F. Grayscale: #B0B0B0. Windows color (decimal): -9641872 or 7397484. OLE color: 7397484.

HSL color Cylindrical-coordinate representation of color #6CE070: hue angle of 122.07º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CE070 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB108224112-
CMYK0.5200.500.12
HSL122.07º65.17%65.1%-
HSV(B)122.07º51.79%87.84%-
XYZ35.7657.6724.58-
YUV176.5591.5779.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.32%
GREEN value IS 224 (87.89% from 255) = 50.45%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=24.32%
G=50.45%
B=25.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1082241120.5200.500.12122.0765.1765.1
Hex6CE07034032C7a4141
Octal1543401606406214172101101
Binary110110011100000111000011010001100101100111101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,224,112); }

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

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

 a { background-color: rgb(108,224,112); }

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

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

 span { border-color: rgb(108,224,112); }

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