#52FE95

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

Shades of Screamin' Green #52FE95

Tints of Screamin' Green #52FE95

Color information

#52FE95 (or 0x52FE95) is unknown color: approx Screamin' Green. HEX triplet: 52, FE and 95. RGB value is (82,254,149). Sum of RGB (Red+Green+Blue) = 82+254+149=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FE95 is #AD016A. Grayscale: #BEBEBE. Windows color (decimal): -11338091 or 9829970. OLE color: 9829970.

HSL color Cylindrical-coordinate representation of color #52FE95: hue angle of 143.37º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FE95 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB82254149-
CMYK0.6800.410.00
HSL143.37º98.85%65.88%-
HSV(B)143.37º67.72%99.61%-
XYZ44.3574.8540.54-
YUV190.6104.5250.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.91%
GREEN value IS 254 (99.61% from 255) = 52.37%
BLUE value IS 149 (58.59% from 255) = 30.72%
R=16.91%
G=52.37%
B=30.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal822541490.6800.410.00143.3798.8565.88
Hex52FE954402908f6342
Octal1223762251040510217143102
Binary101001011111110100101011000100010100101000111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52FE95; }

 p { color: rgb(82,254,149); }

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

<style>
 a { background-color: #52FE95; }

 a { background-color: rgb(82,254,149); }

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

<style>
 span { border-color: #52FE95; }

 span { border-color: rgb(82,254,149); }

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