Html Css Color HEX #52C65D Fern

📋 copy color: '#52C65D'

red 82 ◦ green 198 ◦ blue 93

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

Shades of Fern #52C65D

Tints of Fern #52C65D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.08%

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 21.98%
G = 53.08%
B = 24.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#52C65D (or 0x52C65D) is known color: Fern. HEX triplet: 52, C6 and 5D. RGB value is (82,198,93). Sum of RGB (Red+Green+Blue) = 82+198+93=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #52C65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C65D is #AD39A2. Grayscale: #979797. Windows color (decimal): -11352483 or 6145618. OLE color: 6145618.

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

Color convert

RGB 82 198 93 -
CMYK 0.59 0 0.53 0.22
HSL 125.69º 0.5% 0.55% -
HSV(B) 125.69º 0.59% 0.78% -
XYZ 25.65 42.97 17.3 -
YUV 151.35 95.07 78.54 -
System Red Green Blue C M Y K H S L
Decimal 82 198 93 0.59 0 0.53 0.22 125.69 0.5 0.55
Hex 52 C6 5D 3B 0 35 16 7E 32 37
Octal 122 306 135 73 0 65 26 176 62 67
Binary 1010010 11000110 1011101 111011 0 110101 10110 1111110 110010 110111

Color Harmonies of #52C65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C65D

Black with #52C65D

Text Example


Text Example

White with #52C65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,198,93); }

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

background-color css

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

 a { background-color: rgb(82,198,93); }

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

border-color css

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

 span { border-color: rgb(82,198,93); }

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