Html Css Color HEX #52C065 Fern

📋 copy color: '#52C065'

red 82 ◦ green 192 ◦ blue 101

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

Shades of Fern #52C065

Tints of Fern #52C065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.93%

R = 21.87%
G = 51.2%
B = 26.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#52C065 (or 0x52C065) is known color: Fern. HEX triplet: 52, C0 and 65. RGB value is (82,192,101). Sum of RGB (Red+Green+Blue) = 82+192+101=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #52C065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C065 is #AD3F9A. Grayscale: #949494. Windows color (decimal): -11354011 or 6668370. OLE color: 6668370.

HSL color Cylindrical-coordinate representation of color #52C065: hue angle of 130.36º 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 #52C065 is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 101 -
CMYK 0.57 0 0.47 0.25
HSL 130.36º 0.47% 0.54% -
HSV(B) 130.36º 0.57% 0.75% -
XYZ 24.68 40.43 18.82 -
YUV 148.74 101.06 80.4 -
System Red Green Blue C M Y K H S L
Decimal 82 192 101 0.57 0 0.47 0.25 130.36 0.47 0.54
Hex 52 C0 65 39 0 2F 19 82 2F 36
Octal 122 300 145 71 0 57 31 202 57 66
Binary 1010010 11000000 1100101 111001 0 101111 11001 10000010 101111 110110

Color Harmonies of #52C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C065

Black with #52C065

Text Example


Text Example

White with #52C065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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