Html Css Color HEX #52F988 Screamin' Green

📋 copy color: '#52F988'

red 82 ◦ green 249 ◦ blue 136

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

Shades of Screamin' Green #52F988

Tints of Screamin' Green #52F988

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.32%

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

R = 17.56%
G = 53.32%
B = 29.12%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#52F988 (or 0x52F988) is known color: Screamin' Green. HEX triplet: 52, F9 and 88. RGB value is (82,249,136). Sum of RGB (Red+Green+Blue) = 82+249+136=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #52F988 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F988 is #AD0677. Grayscale: #BABABA. Windows color (decimal): -11339384 or 8976722. OLE color: 8976722.

HSL color Cylindrical-coordinate representation of color #52F988: hue angle of 139.4º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F988 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 249 136 -
CMYK 0.67 0 0.45 0.02
HSL 139.4º 0.93% 0.65% -
HSV(B) 139.4º 0.67% 0.98% -
XYZ 41.8 71.32 34.86 -
YUV 186.19 99.67 53.69 -
System Red Green Blue C M Y K H S L
Decimal 82 249 136 0.67 0 0.45 0.02 139.4 0.93 0.65
Hex 52 F9 88 43 0 2D 2 8B 5D 41
Octal 122 371 210 103 0 55 2 213 135 101
Binary 1010010 11111001 10001000 1000011 0 101101 10 10001011 1011101 1000001

Color Harmonies of #52F988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F988

Black with #52F988

Text Example


Text Example

White with #52F988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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