Html Css Color HEX #53CB84 Emerald

📋 copy color: '#53CB84'

red 83 ◦ green 203 ◦ blue 132

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

Shades of Emerald #53CB84

Tints of Emerald #53CB84

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.56%

 BLUE value IS 132 (51.95% from 255) = 31.58%

R = 19.86%
G = 48.56%
B = 31.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#53CB84 (or 0x53CB84) is known color: Emerald. HEX triplet: 53, CB and 84. RGB value is (83,203,132). Sum of RGB (Red+Green+Blue) = 83+203+132=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB84 is #AC347B. Grayscale: #9F9F9F. Windows color (decimal): -11285628 or 8702803. OLE color: 8702803.

HSL color Cylindrical-coordinate representation of color #53CB84: hue angle of 144.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CB84 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 203 132 -
CMYK 0.59 0 0.35 0.20
HSL 144.5º 0.54% 0.56% -
HSV(B) 144.5º 0.59% 0.8% -
XYZ 29.09 46.22 29.22 -
YUV 159.03 112.74 73.77 -
System Red Green Blue C M Y K H S L
Decimal 83 203 132 0.59 0 0.35 0.20 144.5 0.54 0.56
Hex 53 CB 84 3B 0 23 14 90 36 38
Octal 123 313 204 73 0 43 24 220 66 70
Binary 1010011 11001011 10000100 111011 0 100011 10100 10010000 110110 111000

Color Harmonies of #53CB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CB84

Black with #53CB84

Text Example


Text Example

White with #53CB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,203,132); }

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

background-color css

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

 a { background-color: rgb(83,203,132); }

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

border-color css

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

 span { border-color: rgb(83,203,132); }

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