#6BCD7A

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

Shades of Pastel Green #6BCD7A

Tints of Pastel Green #6BCD7A

Color information

#6BCD7A (or 0x6BCD7A) is unknown color: approx Pastel Green. HEX triplet: 6B, CD and 7A. RGB value is (107,205,122). Sum of RGB (Red+Green+Blue) = 107+205+122=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD7A is #943285. Grayscale: #A6A6A6. Windows color (decimal): -9712262 or 8047979. OLE color: 8047979.

HSL color Cylindrical-coordinate representation of color #6BCD7A: hue angle of 129.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCD7A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB107205122-
CMYK0.4800.400.20
HSL129.18º49.49%61.18%-
HSV(B)129.18º47.8%80.39%-
XYZ31.4148.1926.06-
YUV166.24103.0385.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.65%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 122 (48.05% from 255) = 28.11%
R=24.65%
G=47.24%
B=28.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051220.4800.400.20129.1849.4961.18
Hex6BCD7A300281481313d
Octal15331517260050242016175
Binary110101111001101111101011000001010001010010000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,205,122); }

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

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

 a { background-color: rgb(107,205,122); }

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

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

 span { border-color: rgb(107,205,122); }

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