#6BCD71

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

Shades of Pastel Green #6BCD71

Tints of Pastel Green #6BCD71

Color information

#6BCD71 (or 0x6BCD71) is unknown color: approx Pastel Green. HEX triplet: 6B, CD and 71. RGB value is (107,205,113). Sum of RGB (Red+Green+Blue) = 107+205+113=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD71 is #94328E. Grayscale: #A5A5A5. Windows color (decimal): -9712271 or 7458155. OLE color: 7458155.

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

Color convert

RGB107205113-
CMYK0.4800.450.20
HSL123.67º49.49%61.18%-
HSV(B)123.67º47.8%80.39%-
XYZ30.8847.9823.26-
YUV165.2198.5386.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.18%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=25.18%
G=48.24%
B=26.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051130.4800.450.20123.6749.4961.18
Hex6BCD713002D147c313d
Octal15331516160055241746175
Binary11010111100110111100011100000101101101001111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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