Html Css Color HEX #52FE88 Screamin' Green

📋 copy color: '#52FE88'

red 82 ◦ green 254 ◦ blue 136

#52FE88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #52FE88

Tints of Screamin' Green #52FE88

RGB

 RED value IS 82 (32.42% from 255) = 17.37%

 GREEN value IS 254 (99.61% from 255) = 53.81%

 BLUE value IS 136 (53.52% from 255) = 28.81%

R = 17.37%
G = 53.81%
B = 28.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#52FE88 (or 0x52FE88) is known color: Screamin' Green. HEX triplet: 52, FE and 88. RGB value is (82,254,136). Sum of RGB (Red+Green+Blue) = 82+254+136=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #52FE88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FE88 is #AD0177. Grayscale: #BDBDBD. Windows color (decimal): -11338104 or 8978002. OLE color: 8978002.

HSL color Cylindrical-coordinate representation of color #52FE88: hue angle of 138.84º 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 #52FE88 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 254 136 -
CMYK 0.68 0 0.46 0.00
HSL 138.84º 0.99% 0.66% -
HSV(B) 138.84º 0.68% 1% -
XYZ 43.37 74.46 35.38 -
YUV 189.12 98.02 51.59 -
System Red Green Blue C M Y K H S L
Decimal 82 254 136 0.68 0 0.46 0.00 138.84 0.99 0.66
Hex 52 FE 88 44 0 2E 0 8B 63 42
Octal 122 376 210 104 0 56 0 213 143 102
Binary 1010010 11111110 10001000 1000100 0 101110 0 10001011 1100011 1000010

Color Harmonies of #52FE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FE88

Black with #52FE88

Text Example


Text Example

White with #52FE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52FE88;
 }
 .AnyTagClassName
 {
   color: #52FE88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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