Html Css Color HEX #52DF68 Emerald

📋 copy color: '#52DF68'

red 82 ◦ green 223 ◦ blue 104

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

Shades of Emerald #52DF68

Tints of Emerald #52DF68

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 20.05%
G = 54.52%
B = 25.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#52DF68 (or 0x52DF68) is known color: Emerald. HEX triplet: 52, DF and 68. RGB value is (82,223,104). Sum of RGB (Red+Green+Blue) = 82+223+104=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF68 is #AD2097. Grayscale: #A7A7A7. Windows color (decimal): -11346072 or 6872914. OLE color: 6872914.

HSL color Cylindrical-coordinate representation of color #52DF68: hue angle of 129.36º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF68 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 104 -
CMYK 0.63 0 0.53 0.13
HSL 129.36º 0.69% 0.6% -
HSV(B) 129.36º 0.63% 0.87% -
XYZ 32.37 55.57 22.12 -
YUV 167.28 92.29 67.18 -
System Red Green Blue C M Y K H S L
Decimal 82 223 104 0.63 0 0.53 0.13 129.36 0.69 0.6
Hex 52 DF 68 3F 0 35 D 81 45 3C
Octal 122 337 150 77 0 65 15 201 105 74
Binary 1010010 11011111 1101000 111111 0 110101 1101 10000001 1000101 111100

Color Harmonies of #52DF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF68

Black with #52DF68

Text Example


Text Example

White with #52DF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,104); }

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

background-color css

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

 a { background-color: rgb(82,223,104); }

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

border-color css

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

 span { border-color: rgb(82,223,104); }

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