#69D074

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

Shades of Pastel Green #69D074

Tints of Pastel Green #69D074

Color information

#69D074 (or 0x69D074) is unknown color: approx Pastel Green. HEX triplet: 69, D0 and 74. RGB value is (105,208,116). Sum of RGB (Red+Green+Blue) = 105+208+116=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #69D074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D074 is #962F8B. Grayscale: #A6A6A6. Windows color (decimal): -9842572 or 7655529. OLE color: 7655529.

HSL color Cylindrical-coordinate representation of color #69D074: hue angle of 126.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D074 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB105208116-
CMYK0.5000.440.18
HSL126.41º52.28%61.37%-
HSV(B)126.41º49.52%81.57%-
XYZ31.5349.3824.39-
YUV166.7199.3883.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.48%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=24.48%
G=48.48%
B=27.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1052081160.5000.440.18126.4152.2861.37
Hex69D0743202C127e343d
Octal15132016462054221766475
Binary11010011101000011101001100100101100100101111110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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