#69D372

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

Shades of Pastel Green #69D372

Tints of Pastel Green #69D372

Color information

#69D372 (or 0x69D372) is unknown color: approx Pastel Green. HEX triplet: 69, D3 and 72. RGB value is (105,211,114). Sum of RGB (Red+Green+Blue) = 105+211+114=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 211 (82.81% from 255 or 49.07% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 211 - color contains mainly: green. Hex color #69D372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D372 is #962C8D. Grayscale: #A8A8A8. Windows color (decimal): -9841806 or 7525225. OLE color: 7525225.

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

Color convert

RGB105211114-
CMYK0.5000.460.17
HSL125.09º54.64%61.96%-
HSV(B)125.09º50.24%82.75%-
XYZ32.1650.8124.03-
YUV168.2597.3882.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 211 (82.81% from 255) = 49.07%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=24.42%
G=49.07%
B=26.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052111140.5000.460.17125.0954.6461.96
Hex69D3723202E117d373e
Octal15132316262056211756776
Binary11010011101001111100101100100101110100011111101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69D372; }

 p { color: rgb(105,211,114); }

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

<style>
 a { background-color: #69D372; }

 a { background-color: rgb(105,211,114); }

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

<style>
 span { border-color: #69D372; }

 span { border-color: rgb(105,211,114); }

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