Html Css Color HEX #52FB8C Screamin' Green

📋 copy color: '#52FB8C'

red 82 ◦ green 251 ◦ blue 140

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

Shades of Screamin' Green #52FB8C

Tints of Screamin' Green #52FB8C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.07%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 17.34%
G = 53.07%
B = 29.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#52FB8C (or 0x52FB8C) is known color: Screamin' Green. HEX triplet: 52, FB and 8C. RGB value is (82,251,140). Sum of RGB (Red+Green+Blue) = 82+251+140=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FB8C is #AD0473. Grayscale: #BCBCBC. Windows color (decimal): -11338868 or 9239378. OLE color: 9239378.

HSL color Cylindrical-coordinate representation of color #52FB8C: hue angle of 140.59º degrees, saturation: 0.95, 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 #52FB8C is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 251 140 -
CMYK 0.67 0 0.44 0.02
HSL 140.59º 0.95% 0.65% -
HSV(B) 140.59º 0.67% 0.98% -
XYZ 42.71 72.68 36.59 -
YUV 187.82 101.01 52.53 -
System Red Green Blue C M Y K H S L
Decimal 82 251 140 0.67 0 0.44 0.02 140.59 0.95 0.65
Hex 52 FB 8C 43 0 2C 2 8D 5F 41
Octal 122 373 214 103 0 54 2 215 137 101
Binary 1010010 11111011 10001100 1000011 0 101100 10 10001101 1011111 1000001

Color Harmonies of #52FB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FB8C

Black with #52FB8C

Text Example


Text Example

White with #52FB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,251,140); }

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

background-color css

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

 a { background-color: rgb(82,251,140); }

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

border-color css

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

 span { border-color: rgb(82,251,140); }

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