Html Css Color HEX #52C167 Fern

📋 copy color: '#52C167'

red 82 ◦ green 193 ◦ blue 103

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

Shades of Fern #52C167

Tints of Fern #52C167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.25%

R = 21.69%
G = 51.06%
B = 27.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#52C167 (or 0x52C167) is known color: Fern. HEX triplet: 52, C1 and 67. RGB value is (82,193,103). Sum of RGB (Red+Green+Blue) = 82+193+103=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #52C167 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C167 is #AD3E98. Grayscale: #959595. Windows color (decimal): -11353753 or 6799698. OLE color: 6799698.

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

Color convert

RGB 82 193 103 -
CMYK 0.58 0 0.47 0.24
HSL 131.35º 0.47% 0.54% -
HSV(B) 131.35º 0.58% 0.76% -
XYZ 25 40.91 19.41 -
YUV 149.55 101.73 79.82 -
System Red Green Blue C M Y K H S L
Decimal 82 193 103 0.58 0 0.47 0.24 131.35 0.47 0.54
Hex 52 C1 67 3A 0 2F 18 83 2F 36
Octal 122 301 147 72 0 57 30 203 57 66
Binary 1010010 11000001 1100111 111010 0 101111 11000 10000011 101111 110110

Color Harmonies of #52C167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C167

Black with #52C167

Text Example


Text Example

White with #52C167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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