Html Css Color HEX #52BD68 Fern

📋 copy color: '#52BD68'

red 82 ◦ green 189 ◦ blue 104

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

Shades of Fern #52BD68

Tints of Fern #52BD68

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.4%

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

R = 21.87%
G = 50.4%
B = 27.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#52BD68 (or 0x52BD68) is known color: Fern. HEX triplet: 52, BD and 68. RGB value is (82,189,104). Sum of RGB (Red+Green+Blue) = 82+189+104=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD68 is #AD4297. Grayscale: #939393. Windows color (decimal): -11354776 or 6864210. OLE color: 6864210.

HSL color Cylindrical-coordinate representation of color #52BD68: hue angle of 132.34º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD68 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 104 -
CMYK 0.57 0 0.45 0.26
HSL 132.34º 0.45% 0.53% -
HSV(B) 132.34º 0.57% 0.74% -
XYZ 24.18 39.19 19.39 -
YUV 147.32 103.55 81.41 -
System Red Green Blue C M Y K H S L
Decimal 82 189 104 0.57 0 0.45 0.26 132.34 0.45 0.53
Hex 52 BD 68 39 0 2D 1A 84 2D 35
Octal 122 275 150 71 0 55 32 204 55 65
Binary 1010010 10111101 1101000 111001 0 101101 11010 10000100 101101 110101

Color Harmonies of #52BD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD68

Black with #52BD68

Text Example


Text Example

White with #52BD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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