#69F383

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

Shades of Pastel Green #69F383

Tints of Pastel Green #69F383

Color information

#69F383 (or 0x69F383) is unknown color: approx Pastel Green. HEX triplet: 69, F3 and 83. RGB value is (105,243,131). Sum of RGB (Red+Green+Blue) = 105+243+131=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #69F383 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F383 is #960C7C. Grayscale: #BDBDBD. Windows color (decimal): -9833597 or 8647529. OLE color: 8647529.

HSL color Cylindrical-coordinate representation of color #69F383: hue angle of 131.3º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F383 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB105243131-
CMYK0.5700.460.05
HSL131.3º85.19%68.24%-
HSV(B)131.3º56.79%95.29%-
XYZ41.9768.7432.53-
YUV188.9795.2868.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.92%
GREEN value IS 243 (95.31% from 255) = 50.73%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=21.92%
G=50.73%
B=27.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052431310.5700.460.05131.385.1968.24
Hex69F3833902E5835544
Octal151363203710565203125104
Binary1101001111100111000001111100101011101011000001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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