#69D66C

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

Shades of Pastel Green #69D66C

Tints of Pastel Green #69D66C

Color information

#69D66C (or 0x69D66C) is unknown color: approx Pastel Green. HEX triplet: 69, D6 and 6C. RGB value is (105,214,108). Sum of RGB (Red+Green+Blue) = 105+214+108=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #69D66C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D66C is #962993. Grayscale: #A9A9A9. Windows color (decimal): -9841044 or 7132777. OLE color: 7132777.

HSL color Cylindrical-coordinate representation of color #69D66C: hue angle of 121.65º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D66C is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB105214108-
CMYK0.5100.500.16
HSL121.65º57.07%62.55%-
HSV(B)121.65º50.93%83.92%-
XYZ32.5852.1822.54-
YUV169.3293.3982.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.59%
GREEN value IS 214 (83.98% from 255) = 50.12%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=24.59%
G=50.12%
B=25.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1052141080.5100.500.16121.6557.0762.55
Hex69D66C33032107a393f
Octal15132615463062201727177
Binary11010011101011011011001100110110010100001111010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,214,108); }

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

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

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

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

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

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

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