Html Css Color HEX #52FB4A Screamin' Green

📋 copy color: '#52FB4A'

red 82 ◦ green 251 ◦ blue 74

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

Shades of Screamin' Green #52FB4A

Tints of Screamin' Green #52FB4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 20.15%
G = 61.67%
B = 18.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#52FB4A (or 0x52FB4A) is known color: Screamin' Green. HEX triplet: 52, FB and 4A. RGB value is (82,251,74). Sum of RGB (Red+Green+Blue) = 82+251+74=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 251 (98.44% from 255 or 61.67% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 251 - color contains mainly: green. Hex color #52FB4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FB4A is #AD04B5. Grayscale: #B4B4B4. Windows color (decimal): -11338934 or 4914002. OLE color: 4914002.

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

Color convert

RGB 82 251 74 -
CMYK 0.67 0 0.71 0.02
HSL 117.29º 0.96% 0.64% -
HSV(B) 117.29º 0.71% 0.98% -
XYZ 39.21 71.28 18.17 -
YUV 180.29 68.01 57.89 -
System Red Green Blue C M Y K H S L
Decimal 82 251 74 0.67 0 0.71 0.02 117.29 0.96 0.64
Hex 52 FB 4A 43 0 47 2 75 60 40
Octal 122 373 112 103 0 107 2 165 140 100
Binary 1010010 11111011 1001010 1000011 0 1000111 10 1110101 1100000 1000000

Color Harmonies of #52FB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FB4A

Black with #52FB4A

Text Example


Text Example

White with #52FB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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