#69F492

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

Shades of Pastel Green #69F492

Tints of Pastel Green #69F492

Color information

#69F492 (or 0x69F492) is unknown color: approx Pastel Green. HEX triplet: 69, F4 and 92. RGB value is (105,244,146). Sum of RGB (Red+Green+Blue) = 105+244+146=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #69F492 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F492 is #960B6D. Grayscale: #BFBFBF. Windows color (decimal): -9833326 or 9630825. OLE color: 9630825.

HSL color Cylindrical-coordinate representation of color #69F492: hue angle of 137.7º 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 #69F492 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB105244146-
CMYK0.5700.400.04
HSL137.7º86.34%68.43%-
HSV(B)137.7º56.97%95.69%-
XYZ43.3669.7838.38-
YUV191.27102.4566.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 244 (95.70% from 255) = 49.29%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=21.21%
G=49.29%
B=29.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052441460.5700.400.04137.786.3468.43
Hex69F4923902848a5644
Octal151364222710504212126104
Binary1101001111101001001001011100101010001001000101010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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