Html Css Color HEX #53DC50 Screamin' Green

📋 copy color: '#53DC50'

red 83 ◦ green 220 ◦ blue 80

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

Shades of Screamin' Green #53DC50

Tints of Screamin' Green #53DC50

RGB

 RED value IS 83 (32.81% from 255) = 21.67%

 GREEN value IS 220 (86.33% from 255) = 57.44%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 21.67%
G = 57.44%
B = 20.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#53DC50 (or 0x53DC50) is known color: Screamin' Green. HEX triplet: 53, DC and 50. RGB value is (83,220,80). Sum of RGB (Red+Green+Blue) = 83+220+80=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC50 is #AC23AF. Grayscale: #A3A3A3. Windows color (decimal): -11281328 or 5299283. OLE color: 5299283.

HSL color Cylindrical-coordinate representation of color #53DC50: hue angle of 118.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53DC50 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 80 -
CMYK 0.62 0 0.64 0.14
HSL 118.71º 0.67% 0.59% -
HSV(B) 118.71º 0.64% 0.86% -
XYZ 30.61 53.6 16.32 -
YUV 163.08 81.11 70.88 -
System Red Green Blue C M Y K H S L
Decimal 83 220 80 0.62 0 0.64 0.14 118.71 0.67 0.59
Hex 53 DC 50 3E 0 40 E 77 43 3B
Octal 123 334 120 76 0 100 16 167 103 73
Binary 1010011 11011100 1010000 111110 0 1000000 1110 1110111 1000011 111011

Color Harmonies of #53DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC50

Black with #53DC50

Text Example


Text Example

White with #53DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53DC50; }

 p { color: rgb(83,220,80); }

 H1.HeaderClassName
 {
   color: #53DC50;
 }
 .AnyTagClassName
 {
   color: #53DC50;
 }
</style>

background-color css

<style>
 a { background-color: #53DC50; }

 a { background-color: rgb(83,220,80); }

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

border-color css

<style>
 span { border-color: #53DC50; }

 span { border-color: rgb(83,220,80); }

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