Html Css Color HEX #52F288 Emerald

📋 copy color: '#52F288'

red 82 ◦ green 242 ◦ blue 136

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

Shades of Emerald #52F288

Tints of Emerald #52F288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.57%

R = 17.83%
G = 52.61%
B = 29.57%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#52F288 (or 0x52F288) is known color: Emerald. HEX triplet: 52, F2 and 88. RGB value is (82,242,136). Sum of RGB (Red+Green+Blue) = 82+242+136=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #52F288 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F288 is #AD0D77. Grayscale: #B6B6B6. Windows color (decimal): -11341176 or 8974930. OLE color: 8974930.

HSL color Cylindrical-coordinate representation of color #52F288: hue angle of 140.25º 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 #52F288 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 136 -
CMYK 0.66 0 0.44 0.05
HSL 140.25º 0.86% 0.64% -
HSV(B) 140.25º 0.66% 0.95% -
XYZ 39.68 67.08 34.15 -
YUV 182.08 101.99 56.62 -
System Red Green Blue C M Y K H S L
Decimal 82 242 136 0.66 0 0.44 0.05 140.25 0.86 0.64
Hex 52 F2 88 42 0 2C 5 8C 56 40
Octal 122 362 210 102 0 54 5 214 126 100
Binary 1010010 11110010 10001000 1000010 0 101100 101 10001100 1010110 1000000

Color Harmonies of #52F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F288

Black with #52F288

Text Example


Text Example

White with #52F288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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