#69D874

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

Shades of Pastel Green #69D874

Tints of Pastel Green #69D874

Color information

#69D874 (or 0x69D874) is unknown color: approx Pastel Green. HEX triplet: 69, D8 and 74. RGB value is (105,216,116). Sum of RGB (Red+Green+Blue) = 105+216+116=437 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.03% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #69D874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D874 is #96278B. Grayscale: #ABABAB. Windows color (decimal): -9840524 or 7657577. OLE color: 7657577.

HSL color Cylindrical-coordinate representation of color #69D874: hue angle of 125.95º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D874 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB105216116-
CMYK0.5100.460.15
HSL125.95º58.73%62.94%-
HSV(B)125.95º51.39%84.71%-
XYZ33.5353.3825.06-
YUV171.4196.7380.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.03%
GREEN value IS 216 (84.77% from 255) = 49.43%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=24.03%
G=49.43%
B=26.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052161160.5100.460.15125.9558.7362.94
Hex69D8743302EF7e3b3f
Octal15133016463056171767377
Binary1101001110110001110100110011010111011111111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,216,116); }

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

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

 a { background-color: rgb(105,216,116); }

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

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

 span { border-color: rgb(105,216,116); }

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