Html Css Color HEX #52B863 Fern

📋 copy color: '#52B863'

red 82 ◦ green 184 ◦ blue 99

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

Shades of Fern #52B863

Tints of Fern #52B863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.41%

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

R = 22.47%
G = 50.41%
B = 27.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#52B863 (or 0x52B863) is known color: Fern. HEX triplet: 52, B8 and 63. RGB value is (82,184,99). Sum of RGB (Red+Green+Blue) = 82+184+99=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #52B863 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B863 is #AD479C. Grayscale: #909090. Windows color (decimal): -11356061 or 6535250. OLE color: 6535250.

HSL color Cylindrical-coordinate representation of color #52B863: hue angle of 130º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B863 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 99 -
CMYK 0.55 0 0.46 0.28
HSL 130º 0.42% 0.52% -
HSV(B) 130º 0.55% 0.72% -
XYZ 22.87 36.98 17.74 -
YUV 143.81 102.71 83.91 -
System Red Green Blue C M Y K H S L
Decimal 82 184 99 0.55 0 0.46 0.28 130 0.42 0.52
Hex 52 B8 63 37 0 2E 1C 82 2A 34
Octal 122 270 143 67 0 56 34 202 52 64
Binary 1010010 10111000 1100011 110111 0 101110 11100 10000010 101010 110100

Color Harmonies of #52B863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B863

Black with #52B863

Text Example


Text Example

White with #52B863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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