#6BD485

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

Shades of Pastel Green #6BD485

Tints of Pastel Green #6BD485

Color information

#6BD485 (or 0x6BD485) is unknown color: approx Pastel Green. HEX triplet: 6B, D4 and 85. RGB value is (107,212,133). Sum of RGB (Red+Green+Blue) = 107+212+133=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #6BD485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BD485 is #942B7A. Grayscale: #ABABAB. Windows color (decimal): -9710459 or 8770667. OLE color: 8770667.

HSL color Cylindrical-coordinate representation of color #6BD485: hue angle of 134.86º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD485 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB107212133-
CMYK0.5000.370.17
HSL134.86º54.97%62.55%-
HSV(B)134.86º49.53%83.14%-
XYZ33.8451.9130.43-
YUV171.6106.2181.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.67%
GREEN value IS 212 (83.20% from 255) = 46.90%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=23.67%
G=46.90%
B=29.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1072121330.5000.370.17134.8654.9762.55
Hex6BD485320251187373f
Octal15332420562045212076777
Binary1101011110101001000010111001001001011000110000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,212,133); }

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

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

 a { background-color: rgb(107,212,133); }

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

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

 span { border-color: rgb(107,212,133); }

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