#69D477

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

Shades of Pastel Green #69D477

Tints of Pastel Green #69D477

Color information

#69D477 (or 0x69D477) is unknown color: approx Pastel Green. HEX triplet: 69, D4 and 77. RGB value is (105,212,119). Sum of RGB (Red+Green+Blue) = 105+212+119=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #69D477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D477 is #962B88. Grayscale: #A9A9A9. Windows color (decimal): -9841545 or 7853161. OLE color: 7853161.

HSL color Cylindrical-coordinate representation of color #69D477: hue angle of 127.85º 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 #69D477 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB105212119-
CMYK0.5000.440.17
HSL127.85º55.44%62.16%-
HSV(B)127.85º50.47%83.14%-
XYZ32.751.4225.65-
YUV169.499.5582.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.08%
GREEN value IS 212 (83.20% from 255) = 48.62%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=24.08%
G=48.62%
B=27.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052121190.5000.440.17127.8555.4462.16
Hex69D4773202C1180373e
Octal15132416762054212006776
Binary110100111010100111011111001001011001000110000000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,212,119); }

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

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

 a { background-color: rgb(105,212,119); }

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

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

 span { border-color: rgb(105,212,119); }

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