#69DF5F

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

Shades of Pastel Green #69DF5F

Tints of Pastel Green #69DF5F

Color information

#69DF5F (or 0x69DF5F) is unknown color: approx Pastel Green. HEX triplet: 69, DF and 5F. RGB value is (105,223,95). Sum of RGB (Red+Green+Blue) = 105+223+95=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #69DF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69DF5F is #9620A0. Grayscale: #ADADAD. Windows color (decimal): -9838753 or 6283113. OLE color: 6283113.

HSL color Cylindrical-coordinate representation of color #69DF5F: hue angle of 115.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69DF5F is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB10522395-
CMYK0.5300.570.13
HSL115.31º66.67%62.35%-
HSV(B)115.31º57.4%87.45%-
XYZ34.2856.619.95-
YUV173.1383.9179.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 223 (87.5% from 255) = 52.72%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=24.82%
G=52.72%
B=22.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105223950.5300.570.13115.3166.6762.35
Hex69DF5F35039D73433e
Octal151337137650711516310376
Binary11010011101111110111111101010111001110111100111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69DF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,223,95); }

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

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

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

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

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

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

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