Html Css Color HEX #52F67C Screamin' Green

📋 copy color: '#52F67C'

red 82 ◦ green 246 ◦ blue 124

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

Shades of Screamin' Green #52F67C

Tints of Screamin' Green #52F67C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.42%

 BLUE value IS 124 (48.83% from 255) = 27.43%

R = 18.14%
G = 54.42%
B = 27.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#52F67C (or 0x52F67C) is known color: Screamin' Green. HEX triplet: 52, F6 and 7C. RGB value is (82,246,124). Sum of RGB (Red+Green+Blue) = 82+246+124=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 246 (96.48% from 255 or 54.42% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 246 - color contains mainly: green. Hex color #52F67C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F67C is #AD0983. Grayscale: #B7B7B7. Windows color (decimal): -11340164 or 8189522. OLE color: 8189522.

HSL color Cylindrical-coordinate representation of color #52F67C: hue angle of 135.37º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F67C is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 124 -
CMYK 0.67 0 0.50 0.04
HSL 135.37º 0.9% 0.64% -
HSV(B) 135.37º 0.67% 0.96% -
XYZ 40.07 69.16 30.31 -
YUV 183.06 94.67 55.92 -
System Red Green Blue C M Y K H S L
Decimal 82 246 124 0.67 0 0.50 0.04 135.37 0.9 0.64
Hex 52 F6 7C 43 0 32 4 87 5A 40
Octal 122 366 174 103 0 62 4 207 132 100
Binary 1010010 11110110 1111100 1000011 0 110010 100 10000111 1011010 1000000

Color Harmonies of #52F67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F67C

Black with #52F67C

Text Example


Text Example

White with #52F67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,246,124); }

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

background-color css

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

 a { background-color: rgb(82,246,124); }

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

border-color css

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

 span { border-color: rgb(82,246,124); }

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