Html Css Color HEX #52C15C Fern

📋 copy color: '#52C15C'

red 82 ◦ green 193 ◦ blue 92

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

Shades of Fern #52C15C

Tints of Fern #52C15C

RGB

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

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

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

R = 22.34%
G = 52.59%
B = 25.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#52C15C (or 0x52C15C) is known color: Fern. HEX triplet: 52, C1 and 5C. RGB value is (82,193,92). Sum of RGB (Red+Green+Blue) = 82+193+92=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #52C15C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C15C is #AD3EA3. Grayscale: #949494. Windows color (decimal): -11353764 or 6078802. OLE color: 6078802.

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

Color convert

RGB 82 193 92 -
CMYK 0.58 0 0.52 0.24
HSL 125.41º 0.47% 0.54% -
HSV(B) 125.41º 0.58% 0.76% -
XYZ 24.48 40.71 16.69 -
YUV 148.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 82 193 92 0.58 0 0.52 0.24 125.41 0.47 0.54
Hex 52 C1 5C 3A 0 34 18 7D 2F 36
Octal 122 301 134 72 0 64 30 175 57 66
Binary 1010010 11000001 1011100 111010 0 110100 11000 1111101 101111 110110

Color Harmonies of #52C15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C15C

Black with #52C15C

Text Example


Text Example

White with #52C15C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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