#6CDB7E

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

Shades of Pastel Green #6CDB7E

Tints of Pastel Green #6CDB7E

Color information

#6CDB7E (or 0x6CDB7E) is unknown color: approx Pastel Green. HEX triplet: 6C, DB and 7E. RGB value is (108,219,126). Sum of RGB (Red+Green+Blue) = 108+219+126=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB7E is #932481. Grayscale: #AFAFAF. Windows color (decimal): -9643138 or 8313708. OLE color: 8313708.

HSL color Cylindrical-coordinate representation of color #6CDB7E: hue angle of 129.73º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDB7E is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB108219126-
CMYK0.5100.420.14
HSL129.73º60.66%64.12%-
HSV(B)129.73º50.68%85.88%-
XYZ35.2855.3628.56-
YUV175.21100.2380.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.84%
GREEN value IS 219 (85.94% from 255) = 48.34%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=23.84%
G=48.34%
B=27.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1082191260.5100.420.14129.7360.6664.12
Hex6CDB7E3302AE823d40
Octal154333176630521620275100
Binary110110011011011111111011001101010101110100000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,126); }

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

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

 a { background-color: rgb(108,219,126); }

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

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

 span { border-color: rgb(108,219,126); }

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