Html Css Color HEX #52C863 Fern

📋 copy color: '#52C863'

red 82 ◦ green 200 ◦ blue 99

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

Shades of Fern #52C863

Tints of Fern #52C863

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.49%

 BLUE value IS 99 (39.06% from 255) = 25.98%

R = 21.52%
G = 52.49%
B = 25.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#52C863 (or 0x52C863) is known color: Fern. HEX triplet: 52, C8 and 63. RGB value is (82,200,99). Sum of RGB (Red+Green+Blue) = 82+200+99=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #52C863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C863 is #AD379C. Grayscale: #999999. Windows color (decimal): -11351965 or 6539346. OLE color: 6539346.

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

Color convert

RGB 82 200 99 -
CMYK 0.59 0 0.50 0.22
HSL 128.64º 0.52% 0.55% -
HSV(B) 128.64º 0.59% 0.78% -
XYZ 26.39 44 18.91 -
YUV 153.2 97.41 77.21 -
System Red Green Blue C M Y K H S L
Decimal 82 200 99 0.59 0 0.50 0.22 128.64 0.52 0.55
Hex 52 C8 63 3B 0 32 16 81 34 37
Octal 122 310 143 73 0 62 26 201 64 67
Binary 1010010 11001000 1100011 111011 0 110010 10110 10000001 110100 110111

Color Harmonies of #52C863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C863

Black with #52C863

Text Example


Text Example

White with #52C863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,99); }

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

background-color css

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

 a { background-color: rgb(82,200,99); }

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

border-color css

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

 span { border-color: rgb(82,200,99); }

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