Html Css Color HEX #52F63D Screamin' Green

📋 copy color: '#52F63D'

red 82 ◦ green 246 ◦ blue 61

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

Shades of Screamin' Green #52F63D

Tints of Screamin' Green #52F63D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 21.08%
G = 63.24%
B = 15.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#52F63D (or 0x52F63D) is known color: Screamin' Green. HEX triplet: 52, F6 and 3D. RGB value is (82,246,61). Sum of RGB (Red+Green+Blue) = 82+246+61=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 246 (96.48% from 255 or 63.24% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 246 - color contains mainly: green. Hex color #52F63D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F63D is #AD09C2. Grayscale: #B0B0B0. Windows color (decimal): -11340227 or 4060754. OLE color: 4060754.

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

Color convert

RGB 82 246 61 -
CMYK 0.67 0 0.75 0.04
HSL 113.19º 0.91% 0.6% -
HSV(B) 113.19º 0.75% 0.96% -
XYZ 37.28 68.04 15.58 -
YUV 175.87 63.17 61.04 -
System Red Green Blue C M Y K H S L
Decimal 82 246 61 0.67 0 0.75 0.04 113.19 0.91 0.6
Hex 52 F6 3D 43 0 4B 4 71 5B 3C
Octal 122 366 75 103 0 113 4 161 133 74
Binary 1010010 11110110 111101 1000011 0 1001011 100 1110001 1011011 111100

Color Harmonies of #52F63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F63D

Black with #52F63D

Text Example


Text Example

White with #52F63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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