#69D75F

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

Shades of Pastel Green #69D75F

Tints of Pastel Green #69D75F

Color information

#69D75F (or 0x69D75F) is unknown color: approx Pastel Green. HEX triplet: 69, D7 and 5F. RGB value is (105,215,95). Sum of RGB (Red+Green+Blue) = 105+215+95=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #69D75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69D75F is #9628A0. Grayscale: #A8A8A8. Windows color (decimal): -9840801 or 6281065. OLE color: 6281065.

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

Color convert

RGB10521595-
CMYK0.5100.560.16
HSL115º60%60.78%-
HSV(B)115º55.81%84.31%-
XYZ32.1952.4319.25-
YUV168.4386.5682.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 215 (84.38% from 255) = 51.81%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=25.30%
G=51.81%
B=22.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal105215950.5100.560.161156060.78
Hex69D75F3303810733c3d
Octal15132713763070201637475
Binary11010011101011110111111100110111000100001110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69D75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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