#6BD574

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

Shades of Pastel Green #6BD574

Tints of Pastel Green #6BD574

Color information

#6BD574 (or 0x6BD574) is unknown color: approx Pastel Green. HEX triplet: 6B, D5 and 74. RGB value is (107,213,116). Sum of RGB (Red+Green+Blue) = 107+213+116=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #6BD574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD574 is #942A8B. Grayscale: #AAAAAA. Windows color (decimal): -9710220 or 7656811. OLE color: 7656811.

HSL color Cylindrical-coordinate representation of color #6BD574: hue angle of 125.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BD574 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB107213116-
CMYK0.5000.460.16
HSL125.09º55.79%62.75%-
HSV(B)125.09º49.77%83.53%-
XYZ33.0151.9824.82-
YUV170.2597.3882.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.54%
GREEN value IS 213 (83.59% from 255) = 48.85%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=24.54%
G=48.85%
B=26.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1072131160.5000.460.16125.0955.7962.75
Hex6BD5743202E107d383f
Octal15332516462056201757077
Binary11010111101010111101001100100101110100001111101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,213,116); }

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

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

 a { background-color: rgb(107,213,116); }

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

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

 span { border-color: rgb(107,213,116); }

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