#69D063

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

Shades of Pastel Green #69D063

Tints of Pastel Green #69D063

Color information

#69D063 (or 0x69D063) is unknown color: approx Pastel Green. HEX triplet: 69, D0 and 63. RGB value is (105,208,99). Sum of RGB (Red+Green+Blue) = 105+208+99=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 99 (39.06% from 255 or 24.03% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #69D063 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D063 is #962F9C. Grayscale: #A5A5A5. Windows color (decimal): -9842589 or 6541417. OLE color: 6541417.

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

Color convert

RGB10520899-
CMYK0.5000.520.18
HSL116.7º53.69%60.2%-
HSV(B)116.7º52.4%81.57%-
XYZ30.6349.0219.65-
YUV164.7890.8885.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 208 (81.64% from 255) = 50.49%
BLUE value IS 99 (39.06% from 255) = 24.03%
R=25.49%
G=50.49%
B=24.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal105208990.5000.520.18116.753.6960.2
Hex69D063320341275363c
Octal15132014362064221656674
Binary11010011101000011000111100100110100100101110101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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