#69D85C

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

Shades of Pastel Green #69D85C

Tints of Pastel Green #69D85C

Color information

#69D85C (or 0x69D85C) is unknown color: approx Pastel Green. HEX triplet: 69, D8 and 5C. RGB value is (105,216,92). Sum of RGB (Red+Green+Blue) = 105+216+92=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #69D85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D85C is #9627A3. Grayscale: #A9A9A9. Windows color (decimal): -9840548 or 6084713. OLE color: 6084713.

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

Color convert

RGB10521692-
CMYK0.5100.570.15
HSL113.71º61.39%60.39%-
HSV(B)113.71º57.41%84.71%-
XYZ32.3152.8918.63-
YUV168.6884.7382.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 216 (84.77% from 255) = 52.30%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=25.42%
G=52.30%
B=22.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal105216920.5100.570.15113.7161.3960.39
Hex69D85C33039F723d3c
Octal15133013463071171627574
Binary1101001110110001011100110011011100111111110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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