#69DC69

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

Shades of Pastel Green #69DC69

Tints of Pastel Green #69DC69

Color information

#69DC69 (or 0x69DC69) is unknown color: approx Pastel Green. HEX triplet: 69, DC and 69. RGB value is (105,220,105). Sum of RGB (Red+Green+Blue) = 105+220+105=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #69DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DC69 is #962396. Grayscale: #ACACAC. Windows color (decimal): -9839511 or 6937705. OLE color: 6937705.

HSL color Cylindrical-coordinate representation of color #69DC69: hue angle of 120º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DC69 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB105220105-
CMYK0.5200.520.14
HSL120º62.16%63.73%-
HSV(B)120º52.27%86.27%-
XYZ33.9755.2122.23-
YUV172.589.979.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 220 (86.33% from 255) = 51.16%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=24.42%
G=51.16%
B=24.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1052201050.5200.520.1412062.1663.73
Hex69DC6934034E783e40
Octal151334151640641617076100
Binary11010011101110011010011101000110100111011110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,220,105); }

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

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

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

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

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

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

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