#69F483

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

Shades of Pastel Green #69F483

Tints of Pastel Green #69F483

Color information

#69F483 (or 0x69F483) is unknown color: approx Pastel Green. HEX triplet: 69, F4 and 83. RGB value is (105,244,131). Sum of RGB (Red+Green+Blue) = 105+244+131=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #69F483 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F483 is #960B7C. Grayscale: #BDBDBD. Windows color (decimal): -9833341 or 8647785. OLE color: 8647785.

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

Color convert

RGB105244131-
CMYK0.5700.460.04
HSL131.22º86.34%68.43%-
HSV(B)131.22º56.97%95.69%-
XYZ42.2769.3432.63-
YUV189.5694.9567.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.88%
GREEN value IS 244 (95.70% from 255) = 50.83%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=21.88%
G=50.83%
B=27.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052441310.5700.460.04131.2286.3468.43
Hex69F4833902E4835644
Octal151364203710564203126104
Binary1101001111101001000001111100101011101001000001110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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