#6BD27B

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

Shades of Pastel Green #6BD27B

Tints of Pastel Green #6BD27B

Color information

#6BD27B (or 0x6BD27B) is unknown color: approx Pastel Green. HEX triplet: 6B, D2 and 7B. RGB value is (107,210,123). Sum of RGB (Red+Green+Blue) = 107+210+123=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #6BD27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD27B is #942D84. Grayscale: #A9A9A9. Windows color (decimal): -9710981 or 8114795. OLE color: 8114795.

HSL color Cylindrical-coordinate representation of color #6BD27B: hue angle of 129.32º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BD27B is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB107210123-
CMYK0.4900.410.18
HSL129.32º53.37%62.16%-
HSV(B)129.32º49.05%82.35%-
XYZ32.6950.6526.79-
YUV169.28101.8883.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.32%
GREEN value IS 210 (82.42% from 255) = 47.73%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=24.32%
G=47.73%
B=27.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1072101230.4900.410.18129.3253.3762.16
Hex6BD27B310291281353e
Octal15332217361051222016576
Binary110101111010010111101111000101010011001010000001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BD27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,210,123); }

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

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

 a { background-color: rgb(107,210,123); }

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

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

 span { border-color: rgb(107,210,123); }

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