#6BCD66

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

Shades of Pastel Green #6BCD66

Tints of Pastel Green #6BCD66

Color information

#6BCD66 (or 0x6BCD66) is unknown color: approx Pastel Green. HEX triplet: 6B, CD and 66. RGB value is (107,205,102). Sum of RGB (Red+Green+Blue) = 107+205+102=414 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.85% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BCD66 is #943299. Grayscale: #A4A4A4. Windows color (decimal): -9712282 or 6737259. OLE color: 6737259.

HSL color Cylindrical-coordinate representation of color #6BCD66: hue angle of 117.09º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BCD66 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB107205102-
CMYK0.4800.500.20
HSL117.09º50.74%60.2%-
HSV(B)117.09º50.24%80.39%-
XYZ30.2947.7520.19-
YUV163.9693.0387.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.85%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 102 (40.23% from 255) = 24.64%
R=25.85%
G=49.52%
B=24.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1072051020.4800.500.20117.0950.7460.2
Hex6BCD66300321475333c
Octal15331514660062241656374
Binary11010111100110111001101100000110010101001110101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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