#69F195

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

Shades of Pastel Green #69F195

Tints of Pastel Green #69F195

Color information

#69F195 (or 0x69F195) is unknown color: approx Pastel Green. HEX triplet: 69, F1 and 95. RGB value is (105,241,149). Sum of RGB (Red+Green+Blue) = 105+241+149=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #69F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F195 is #960E6A. Grayscale: #BEBEBE. Windows color (decimal): -9834091 or 9826665. OLE color: 9826665.

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

Color convert

RGB105241149-
CMYK0.5600.380.05
HSL139.41º82.93%67.84%-
HSV(B)139.41º56.43%94.51%-
XYZ42.7168.0839.32-
YUV189.85104.9467.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 241 (94.53% from 255) = 48.69%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=21.21%
G=48.69%
B=30.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052411490.5600.380.05139.4182.9367.84
Hex69F1953802658b5344
Octal151361225700465213123104
Binary1101001111100011001010111100001001101011000101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,241,149); }

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

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

 a { background-color: rgb(105,241,149); }

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

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

 span { border-color: rgb(105,241,149); }

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