Html Css Color HEX #52F692 Emerald

📋 copy color: '#52F692'

red 82 ◦ green 246 ◦ blue 146

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

Shades of Emerald #52F692

Tints of Emerald #52F692

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.9%

 BLUE value IS 146 (57.42% from 255) = 30.8%

R = 17.3%
G = 51.9%
B = 30.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#52F692 (or 0x52F692) is known color: Emerald. HEX triplet: 52, F6 and 92. RGB value is (82,246,146). Sum of RGB (Red+Green+Blue) = 82+246+146=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 246 (96.48% from 255 or 51.90% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 246 - color contains mainly: green. Hex color #52F692 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F692 is #AD096D. Grayscale: #B9B9B9. Windows color (decimal): -11340142 or 9631314. OLE color: 9631314.

HSL color Cylindrical-coordinate representation of color #52F692: hue angle of 143.41º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F692 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 146 -
CMYK 0.67 0 0.41 0.04
HSL 143.41º 0.9% 0.64% -
HSV(B) 143.41º 0.67% 0.96% -
XYZ 41.62 69.78 38.47 -
YUV 185.56 105.67 54.13 -
System Red Green Blue C M Y K H S L
Decimal 82 246 146 0.67 0 0.41 0.04 143.41 0.9 0.64
Hex 52 F6 92 43 0 29 4 8F 5A 40
Octal 122 366 222 103 0 51 4 217 132 100
Binary 1010010 11110110 10010010 1000011 0 101001 100 10001111 1011010 1000000

Color Harmonies of #52F692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F692

Black with #52F692

Text Example


Text Example

White with #52F692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,246,146); }

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

background-color css

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

 a { background-color: rgb(82,246,146); }

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

border-color css

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

 span { border-color: rgb(82,246,146); }

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