Html Css Color HEX #52C55C Fern

📋 copy color: '#52C55C'

red 82 ◦ green 197 ◦ blue 92

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

Shades of Fern #52C55C

Tints of Fern #52C55C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.1%

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 22.1%
G = 53.1%
B = 24.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#52C55C (or 0x52C55C) is known color: Fern. HEX triplet: 52, C5 and 5C. RGB value is (82,197,92). Sum of RGB (Red+Green+Blue) = 82+197+92=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #52C55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C55C is #AD3AA3. Grayscale: #969696. Windows color (decimal): -11352740 or 6079826. OLE color: 6079826.

HSL color Cylindrical-coordinate representation of color #52C55C: hue angle of 125.22º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C55C is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 92 -
CMYK 0.58 0 0.53 0.23
HSL 125.22º 0.5% 0.55% -
HSV(B) 125.22º 0.58% 0.77% -
XYZ 25.38 42.5 16.99 -
YUV 150.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 82 197 92 0.58 0 0.53 0.23 125.22 0.5 0.55
Hex 52 C5 5C 3A 0 35 17 7D 32 37
Octal 122 305 134 72 0 65 27 175 62 67
Binary 1010010 11000101 1011100 111010 0 110101 10111 1111101 110010 110111

Color Harmonies of #52C55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C55C

Black with #52C55C

Text Example


Text Example

White with #52C55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,92); }

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

background-color css

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

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

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

border-color css

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

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

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