#69F48E

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

Shades of Pastel Green #69F48E

Tints of Pastel Green #69F48E

Color information

#69F48E (or 0x69F48E) is unknown color: approx Pastel Green. HEX triplet: 69, F4 and 8E. RGB value is (105,244,142). Sum of RGB (Red+Green+Blue) = 105+244+142=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #69F48E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F48E is #960B71. Grayscale: #BFBFBF. Windows color (decimal): -9833330 or 9368681. OLE color: 9368681.

HSL color Cylindrical-coordinate representation of color #69F48E: hue angle of 135.97º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F48E is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB105244142-
CMYK0.5700.420.04
HSL135.97º86.34%68.43%-
HSV(B)135.97º56.97%95.69%-
XYZ43.0669.6636.77-
YUV190.81100.4566.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.38%
GREEN value IS 244 (95.70% from 255) = 49.69%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=21.38%
G=49.69%
B=28.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052441420.5700.420.04135.9786.3468.43
Hex69F48E3902A4885644
Octal151364216710524210126104
Binary1101001111101001000111011100101010101001000100010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,244,142); }

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

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

 a { background-color: rgb(105,244,142); }

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

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

 span { border-color: rgb(105,244,142); }

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