Html Css Color HEX #52B464 Fern

📋 copy color: '#52B464'

red 82 ◦ green 180 ◦ blue 100

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

Shades of Fern #52B464

Tints of Fern #52B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 22.65%
G = 49.72%
B = 27.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#52B464 (or 0x52B464) is known color: Fern. HEX triplet: 52, B4 and 64. RGB value is (82,180,100). Sum of RGB (Red+Green+Blue) = 82+180+100=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #52B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B464 is #AD4B9B. Grayscale: #8D8D8D. Windows color (decimal): -11357084 or 6599762. OLE color: 6599762.

HSL color Cylindrical-coordinate representation of color #52B464: hue angle of 131.02º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B464 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 180 100 -
CMYK 0.54 0 0.44 0.29
HSL 131.02º 0.4% 0.51% -
HSV(B) 131.02º 0.54% 0.71% -
XYZ 22.1 35.36 17.72 -
YUV 141.58 104.53 85.5 -
System Red Green Blue C M Y K H S L
Decimal 82 180 100 0.54 0 0.44 0.29 131.02 0.4 0.51
Hex 52 B4 64 36 0 2C 1D 83 28 33
Octal 122 264 144 66 0 54 35 203 50 63
Binary 1010010 10110100 1100100 110110 0 101100 11101 10000011 101000 110011

Color Harmonies of #52B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B464

Black with #52B464

Text Example


Text Example

White with #52B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,180,100); }

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

background-color css

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

 a { background-color: rgb(82,180,100); }

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

border-color css

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

 span { border-color: rgb(82,180,100); }

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