#69ff80

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

Shades of Screamin' Green #69FF80

Tints of Screamin' Green #69FF80

Color information

#69FF80 (or 0x69FF80) is unknown color: approx Screamin' Green. HEX triplet: 69, FF and 80. RGB value is (105,255,128). Sum of RGB (Red+Green+Blue) = 105+255+128=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #69FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FF80 is #96007F. Grayscale: #C4C4C4. Windows color (decimal): -9830528 or 8453993. OLE color: 8453993.

HSL color Cylindrical-coordinate representation of color #69FF80: hue angle of 129.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FF80 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB105255128-
CMYK0.5900.500
HSL129.2º100%70.59%-
HSV(B)129.2º58.82%100%-
XYZ45.4876.0832.71-
YUV195.6789.863.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.52%
GREEN value IS 255 (100% from 255) = 52.25%
BLUE value IS 128 (50.39% from 255) = 26.23%
R=21.52%
G=52.25%
B=26.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052551280.5900.500129.210070.59
Hex69FF803B0320816447
Octal151377200730620201144107
Binary11010011111111110000000111011011001001000000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ff80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,255,128); }

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

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

 a { background-color: rgb(105,255,128); }

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

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

 span { border-color: rgb(105,255,128); }

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