Html Css Color HEX #52F281 Emerald

📋 copy color: '#52F281'

red 82 ◦ green 242 ◦ blue 129

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

Shades of Emerald #52F281

Tints of Emerald #52F281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.42%

 BLUE value IS 129 (50.78% from 255) = 28.48%

R = 18.1%
G = 53.42%
B = 28.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#52F281 (or 0x52F281) is known color: Emerald. HEX triplet: 52, F2 and 81. RGB value is (82,242,129). Sum of RGB (Red+Green+Blue) = 82+242+129=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #52F281 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F281 is #AD0D7E. Grayscale: #B5B5B5. Windows color (decimal): -11341183 or 8516178. OLE color: 8516178.

HSL color Cylindrical-coordinate representation of color #52F281: hue angle of 137.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F281 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 129 -
CMYK 0.66 0 0.47 0.05
HSL 137.63º 0.86% 0.64% -
HSV(B) 137.63º 0.66% 0.95% -
XYZ 39.19 66.88 31.61 -
YUV 181.28 98.49 57.19 -
System Red Green Blue C M Y K H S L
Decimal 82 242 129 0.66 0 0.47 0.05 137.63 0.86 0.64
Hex 52 F2 81 42 0 2F 5 8A 56 40
Octal 122 362 201 102 0 57 5 212 126 100
Binary 1010010 11110010 10000001 1000010 0 101111 101 10001010 1010110 1000000

Color Harmonies of #52F281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F281

Black with #52F281

Text Example


Text Example

White with #52F281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,242,129); }

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

background-color css

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

 a { background-color: rgb(82,242,129); }

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

border-color css

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

 span { border-color: rgb(82,242,129); }

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