Html Css Color HEX #52C062 Fern

📋 copy color: '#52C062'

red 82 ◦ green 192 ◦ blue 98

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

Shades of Fern #52C062

Tints of Fern #52C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 22.04%
G = 51.61%
B = 26.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#52C062 (or 0x52C062) is known color: Fern. HEX triplet: 52, C0 and 62. RGB value is (82,192,98). Sum of RGB (Red+Green+Blue) = 82+192+98=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #52C062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C062 is #AD3F9D. Grayscale: #949494. Windows color (decimal): -11354014 or 6471762. OLE color: 6471762.

HSL color Cylindrical-coordinate representation of color #52C062: hue angle of 128.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C062 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 98 -
CMYK 0.57 0 0.49 0.25
HSL 128.73º 0.47% 0.54% -
HSV(B) 128.73º 0.57% 0.75% -
XYZ 24.53 40.37 18.06 -
YUV 148.39 99.56 80.64 -
System Red Green Blue C M Y K H S L
Decimal 82 192 98 0.57 0 0.49 0.25 128.73 0.47 0.54
Hex 52 C0 62 39 0 31 19 81 2F 36
Octal 122 300 142 71 0 61 31 201 57 66
Binary 1010010 11000000 1100010 111001 0 110001 11001 10000001 101111 110110

Color Harmonies of #52C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C062

Black with #52C062

Text Example


Text Example

White with #52C062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,98); }

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

background-color css

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

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

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

border-color css

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

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

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