Html Css Color HEX #52B468 Fern

📋 copy color: '#52B468'

red 82 ◦ green 180 ◦ blue 104

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

Shades of Fern #52B468

Tints of Fern #52B468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 22.4%
G = 49.18%
B = 28.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#52B468 (or 0x52B468) is known color: Fern. HEX triplet: 52, B4 and 68. RGB value is (82,180,104). Sum of RGB (Red+Green+Blue) = 82+180+104=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #52B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B468 is #AD4B97. Grayscale: #8E8E8E. Windows color (decimal): -11357080 or 6861906. OLE color: 6861906.

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

Color convert

RGB 82 180 104 -
CMYK 0.54 0 0.42 0.29
HSL 133.47º 0.4% 0.51% -
HSV(B) 133.47º 0.54% 0.71% -
XYZ 22.3 35.44 18.76 -
YUV 142.03 106.53 85.18 -
System Red Green Blue C M Y K H S L
Decimal 82 180 104 0.54 0 0.42 0.29 133.47 0.4 0.51
Hex 52 B4 68 36 0 2A 1D 85 28 33
Octal 122 264 150 66 0 52 35 205 50 63
Binary 1010010 10110100 1101000 110110 0 101010 11101 10000101 101000 110011

Color Harmonies of #52B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B468

Black with #52B468

Text Example


Text Example

White with #52B468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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