Html Css Color HEX #52FF4D Screamin' Green

📋 copy color: '#52FF4D'

red 82 ◦ green 255 ◦ blue 77

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

Shades of Screamin' Green #52FF4D

Tints of Screamin' Green #52FF4D

RGB

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

 GREEN value IS 255 (100% from 255) = 61.59%

 BLUE value IS 77 (30.47% from 255) = 18.6%

R = 19.81%
G = 61.59%
B = 18.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#52FF4D (or 0x52FF4D) is known color: Screamin' Green. HEX triplet: 52, FF and 4D. RGB value is (82,255,77). Sum of RGB (Red+Green+Blue) = 82+255+77=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FF4D is #AD00B2. Grayscale: #B7B7B7. Windows color (decimal): -11337907 or 5111634. OLE color: 5111634.

HSL color Cylindrical-coordinate representation of color #52FF4D: hue angle of 118.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52FF4D is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 82 255 77 -
CMYK 0.68 0 0.70 0
HSL 118.31º 1% 0.65% -
HSV(B) 118.31º 0.7% 1% -
XYZ 40.58 73.85 19.14 -
YUV 182.98 68.19 55.97 -
System Red Green Blue C M Y K H S L
Decimal 82 255 77 0.68 0 0.70 0 118.31 1 0.65
Hex 52 FF 4D 44 0 46 0 76 64 41
Octal 122 377 115 104 0 106 0 166 144 101
Binary 1010010 11111111 1001101 1000100 0 1000110 0 1110110 1100100 1000001

Color Harmonies of #52FF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FF4D

Black with #52FF4D

Text Example


Text Example

White with #52FF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,255,77); }

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

background-color css

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

 a { background-color: rgb(82,255,77); }

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

border-color css

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

 span { border-color: rgb(82,255,77); }

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