#69F98B

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

Shades of Pastel Green #69F98B

Tints of Pastel Green #69F98B

Color information

#69F98B (or 0x69F98B) is unknown color: approx Pastel Green. HEX triplet: 69, F9 and 8B. RGB value is (105,249,139). Sum of RGB (Red+Green+Blue) = 105+249+139=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #69F98B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F98B is #960674. Grayscale: #C1C1C1. Windows color (decimal): -9832053 or 9173353. OLE color: 9173353.

HSL color Cylindrical-coordinate representation of color #69F98B: hue angle of 134.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69F98B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB105249139-
CMYK0.5800.440.02
HSL134.17º92.31%69.41%-
HSV(B)134.17º57.83%97.65%-
XYZ44.3672.6236.1-
YUV193.497.2964.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=21.30%
G=50.51%
B=28.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052491390.5800.440.02134.1792.3169.41
Hex69F98B3A02C2865c45
Octal151371213720542206134105
Binary110100111111001100010111110100101100101000011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,249,139); }

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

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

 a { background-color: rgb(105,249,139); }

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

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

 span { border-color: rgb(105,249,139); }

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