Html Css Color HEX #52C15B Fern

📋 copy color: '#52C15B'

red 82 ◦ green 193 ◦ blue 91

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

Shades of Fern #52C15B

Tints of Fern #52C15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.86%

R = 22.4%
G = 52.73%
B = 24.86%

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

#52C15B (or 0x52C15B) is known color: Fern. HEX triplet: 52, C1 and 5B. RGB value is (82,193,91). Sum of RGB (Red+Green+Blue) = 82+193+91=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #52C15B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C15B is #AD3EA4. Grayscale: #949494. Windows color (decimal): -11353765 or 6013266. OLE color: 6013266.

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

Color convert

RGB 82 193 91 -
CMYK 0.58 0 0.53 0.24
HSL 124.86º 0.47% 0.54% -
HSV(B) 124.86º 0.58% 0.76% -
XYZ 24.44 40.69 16.46 -
YUV 148.18 95.73 80.79 -
System Red Green Blue C M Y K H S L
Decimal 82 193 91 0.58 0 0.53 0.24 124.86 0.47 0.54
Hex 52 C1 5B 3A 0 35 18 7D 2F 36
Octal 122 301 133 72 0 65 30 175 57 66
Binary 1010010 11000001 1011011 111010 0 110101 11000 1111101 101111 110110

Color Harmonies of #52C15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C15B

Black with #52C15B

Text Example


Text Example

White with #52C15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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