Html Css Color HEX #52C165 Fern

📋 copy color: '#52C165'

red 82 ◦ green 193 ◦ blue 101

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

Shades of Fern #52C165

Tints of Fern #52C165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.33%

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

R = 21.81%
G = 51.33%
B = 26.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#52C165 (or 0x52C165) is known color: Fern. HEX triplet: 52, C1 and 65. RGB value is (82,193,101). Sum of RGB (Red+Green+Blue) = 82+193+101=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #52C165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C165 is #AD3E9A. Grayscale: #959595. Windows color (decimal): -11353755 or 6668626. OLE color: 6668626.

HSL color Cylindrical-coordinate representation of color #52C165: hue angle of 130.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C165 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 101 -
CMYK 0.58 0 0.48 0.24
HSL 130.27º 0.47% 0.54% -
HSV(B) 130.27º 0.58% 0.76% -
XYZ 24.9 40.87 18.89 -
YUV 149.32 100.73 79.98 -
System Red Green Blue C M Y K H S L
Decimal 82 193 101 0.58 0 0.48 0.24 130.27 0.47 0.54
Hex 52 C1 65 3A 0 30 18 82 2F 36
Octal 122 301 145 72 0 60 30 202 57 66
Binary 1010010 11000001 1100101 111010 0 110000 11000 10000010 101111 110110

Color Harmonies of #52C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C165

Black with #52C165

Text Example


Text Example

White with #52C165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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