#6BDD72

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

Shades of Pastel Green #6BDD72

Tints of Pastel Green #6BDD72

Color information

#6BDD72 (or 0x6BDD72) is unknown color: approx Pastel Green. HEX triplet: 6B, DD and 72. RGB value is (107,221,114). Sum of RGB (Red+Green+Blue) = 107+221+114=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD72 is #94228D. Grayscale: #AFAFAF. Windows color (decimal): -9708174 or 7527787. OLE color: 7527787.

HSL color Cylindrical-coordinate representation of color #6BDD72: hue angle of 123.68º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD72 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB107221114-
CMYK0.5200.480.13
HSL123.68º62.64%64.31%-
HSV(B)123.68º51.58%86.67%-
XYZ34.9656.0524.9-
YUV174.7293.7379.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.21%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=24.21%
G=50%
B=25.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1072211140.5200.480.13123.6862.6464.31
Hex6BDD7234030D7c3f40
Octal153335162640601517477100
Binary11010111101110111100101101000110000110111111001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,221,114); }

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

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

 a { background-color: rgb(107,221,114); }

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

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

 span { border-color: rgb(107,221,114); }

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