#6BDC60

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

Shades of Pastel Green #6BDC60

Tints of Pastel Green #6BDC60

Color information

#6BDC60 (or 0x6BDC60) is unknown color: approx Pastel Green. HEX triplet: 6B, DC and 60. RGB value is (107,220,96). Sum of RGB (Red+Green+Blue) = 107+220+96=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC60 is #94239F. Grayscale: #ACACAC. Windows color (decimal): -9708448 or 6347883. OLE color: 6347883.

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

Color convert

RGB10722096-
CMYK0.5100.560.14
HSL114.68º63.92%61.96%-
HSV(B)114.68º56.36%86.27%-
XYZ33.7755.1619.93-
YUV172.0885.0681.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.30%
GREEN value IS 220 (86.33% from 255) = 52.01%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=25.30%
G=52.01%
B=22.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal107220960.5100.560.14114.6863.9261.96
Hex6BDC6033038E73403e
Octal153334140630701616310076
Binary11010111101110011000001100110111000111011100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,220,96); }

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

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

 a { background-color: rgb(107,220,96); }

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

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

 span { border-color: rgb(107,220,96); }

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