Html Css Color HEX #52D452 Fern

📋 copy color: '#52D452'

red 82 ◦ green 212 ◦ blue 82

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

Shades of Fern #52D452

Tints of Fern #52D452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.38%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 21.81%
G = 56.38%
B = 21.81%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#52D452 (or 0x52D452) is known color: Fern. HEX triplet: 52, D4 and 52. RGB value is (82,212,82). Sum of RGB (Red+Green+Blue) = 82+212+82=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #52D452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D452 is #AD2BAD. Grayscale: #9E9E9E. Windows color (decimal): -11348910 or 5428306. OLE color: 5428306.

HSL color Cylindrical-coordinate representation of color #52D452: hue angle of 120º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D452 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 212 82 -
CMYK 0.61 0 0.61 0.17
HSL 120º 0.6% 0.58% -
HSV(B) 120º 0.61% 0.83% -
XYZ 28.55 49.49 16.03 -
YUV 158.31 84.93 73.57 -
System Red Green Blue C M Y K H S L
Decimal 82 212 82 0.61 0 0.61 0.17 120 0.6 0.58
Hex 52 D4 52 3D 0 3D 11 78 3C 3A
Octal 122 324 122 75 0 75 21 170 74 72
Binary 1010010 11010100 1010010 111101 0 111101 10001 1111000 111100 111010

Color Harmonies of #52D452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D452

Black with #52D452

Text Example


Text Example

White with #52D452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,212,82); }

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

background-color css

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

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

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

border-color css

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

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

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