Html Css Color HEX #52C15F Fern

📋 copy color: '#52C15F'

red 82 ◦ green 193 ◦ blue 95

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

Shades of Fern #52C15F

Tints of Fern #52C15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 22.16%
G = 52.16%
B = 25.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#52C15F (or 0x52C15F) is known color: Fern. HEX triplet: 52, C1 and 5F. RGB value is (82,193,95). Sum of RGB (Red+Green+Blue) = 82+193+95=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #52C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C15F is #AD3EA0. Grayscale: #949494. Windows color (decimal): -11353761 or 6275410. OLE color: 6275410.

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

Color convert

RGB 82 193 95 -
CMYK 0.58 0 0.51 0.24
HSL 127.03º 0.47% 0.54% -
HSV(B) 127.03º 0.58% 0.76% -
XYZ 24.62 40.76 17.4 -
YUV 148.64 97.73 80.47 -
System Red Green Blue C M Y K H S L
Decimal 82 193 95 0.58 0 0.51 0.24 127.03 0.47 0.54
Hex 52 C1 5F 3A 0 33 18 7F 2F 36
Octal 122 301 137 72 0 63 30 177 57 66
Binary 1010010 11000001 1011111 111010 0 110011 11000 1111111 101111 110110

Color Harmonies of #52C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C15F

Black with #52C15F

Text Example


Text Example

White with #52C15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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