Html Css Color HEX #52C65B Fern

📋 copy color: '#52C65B'

red 82 ◦ green 198 ◦ blue 91

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

Shades of Fern #52C65B

Tints of Fern #52C65B

RGB

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

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

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

R = 22.1%
G = 53.37%
B = 24.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#52C65B (or 0x52C65B) is known color: Fern. HEX triplet: 52, C6 and 5B. RGB value is (82,198,91). Sum of RGB (Red+Green+Blue) = 82+198+91=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #52C65B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C65B is #AD39A4. Grayscale: #979797. Windows color (decimal): -11352485 or 6014546. OLE color: 6014546.

HSL color Cylindrical-coordinate representation of color #52C65B: hue angle of 124.66º 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 #52C65B is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 91 -
CMYK 0.59 0 0.54 0.22
HSL 124.66º 0.5% 0.55% -
HSV(B) 124.66º 0.59% 0.78% -
XYZ 25.56 42.94 16.84 -
YUV 151.12 94.07 78.7 -
System Red Green Blue C M Y K H S L
Decimal 82 198 91 0.59 0 0.54 0.22 124.66 0.5 0.55
Hex 52 C6 5B 3B 0 36 16 7D 32 37
Octal 122 306 133 73 0 66 26 175 62 67
Binary 1010010 11000110 1011011 111011 0 110110 10110 1111101 110010 110111

Color Harmonies of #52C65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C65B

Black with #52C65B

Text Example


Text Example

White with #52C65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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