#69F980

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

Shades of Screamin' Green #69F980

Tints of Screamin' Green #69F980

Color information

#69F980 (or 0x69F980) is unknown color: approx Screamin' Green. HEX triplet: 69, F9 and 80. RGB value is (105,249,128). Sum of RGB (Red+Green+Blue) = 105+249+128=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #69F980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F980 is #96067F. Grayscale: #C0C0C0. Windows color (decimal): -9832064 or 8452457. OLE color: 8452457.

HSL color Cylindrical-coordinate representation of color #69F980: hue angle of 129.58º 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 #69F980 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB105249128-
CMYK0.5800.490.02
HSL129.58º92.31%69.41%-
HSV(B)129.58º57.83%97.65%-
XYZ43.672.3132.08-
YUV192.1591.7965.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 249 (97.66% from 255) = 51.66%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=21.78%
G=51.66%
B=26.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052491280.5800.490.02129.5892.3169.41
Hex69F9803A0312825c45
Octal151371200720612202134105
Binary110100111111001100000001110100110001101000001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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