Html Css Color HEX #52EF7B Emerald

📋 copy color: '#52EF7B'

red 82 ◦ green 239 ◦ blue 123

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

Shades of Emerald #52EF7B

Tints of Emerald #52EF7B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.83%

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 18.47%
G = 53.83%
B = 27.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#52EF7B (or 0x52EF7B) is known color: Emerald. HEX triplet: 52, EF and 7B. RGB value is (82,239,123). Sum of RGB (Red+Green+Blue) = 82+239+123=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 239 (93.75% from 255 or 53.83% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EF7B is #AD1084. Grayscale: #B3B3B3. Windows color (decimal): -11341957 or 8122194. OLE color: 8122194.

HSL color Cylindrical-coordinate representation of color #52EF7B: hue angle of 135.67º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EF7B is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 239 123 -
CMYK 0.66 0 0.49 0.06
HSL 135.67º 0.83% 0.63% -
HSV(B) 135.67º 0.66% 0.94% -
XYZ 37.92 64.96 29.28 -
YUV 178.83 96.49 58.93 -
System Red Green Blue C M Y K H S L
Decimal 82 239 123 0.66 0 0.49 0.06 135.67 0.83 0.63
Hex 52 EF 7B 42 0 31 6 88 53 3F
Octal 122 357 173 102 0 61 6 210 123 77
Binary 1010010 11101111 1111011 1000010 0 110001 110 10001000 1010011 111111

Color Harmonies of #52EF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EF7B

Black with #52EF7B

Text Example


Text Example

White with #52EF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,239,123); }

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

background-color css

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

 a { background-color: rgb(82,239,123); }

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

border-color css

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

 span { border-color: rgb(82,239,123); }

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