Html Css Color HEX #52C15A Fern

📋 copy color: '#52C15A'

red 82 ◦ green 193 ◦ blue 90

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

Shades of Fern #52C15A

Tints of Fern #52C15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 22.47%
G = 52.88%
B = 24.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#52C15A (or 0x52C15A) is known color: Fern. HEX triplet: 52, C1 and 5A. RGB value is (82,193,90). Sum of RGB (Red+Green+Blue) = 82+193+90=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #52C15A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C15A is #AD3EA5. Grayscale: #949494. Windows color (decimal): -11353766 or 5947730. OLE color: 5947730.

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

Color convert

RGB 82 193 90 -
CMYK 0.58 0 0.53 0.24
HSL 124.32º 0.47% 0.54% -
HSV(B) 124.32º 0.58% 0.76% -
XYZ 24.4 40.67 16.24 -
YUV 148.07 95.23 80.88 -
System Red Green Blue C M Y K H S L
Decimal 82 193 90 0.58 0 0.53 0.24 124.32 0.47 0.54
Hex 52 C1 5A 3A 0 35 18 7C 2F 36
Octal 122 301 132 72 0 65 30 174 57 66
Binary 1010010 11000001 1011010 111010 0 110101 11000 1111100 101111 110110

Color Harmonies of #52C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C15A

Black with #52C15A

Text Example


Text Example

White with #52C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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