Html Css Color HEX #52D150 Fern

📋 copy color: '#52D150'

red 82 ◦ green 209 ◦ blue 80

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

Shades of Fern #52D150

Tints of Fern #52D150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.33%

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 22.1%
G = 56.33%
B = 21.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#52D150 (or 0x52D150) is known color: Fern. HEX triplet: 52, D1 and 50. RGB value is (82,209,80). Sum of RGB (Red+Green+Blue) = 82+209+80=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #52D150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D150 is #AD2EAF. Grayscale: #9C9C9C. Windows color (decimal): -11349680 or 5296466. OLE color: 5296466.

HSL color Cylindrical-coordinate representation of color #52D150: hue angle of 119.07º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D150 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 80 -
CMYK 0.61 0 0.62 0.18
HSL 119.07º 0.58% 0.57% -
HSV(B) 119.07º 0.62% 0.82% -
XYZ 27.73 47.97 15.39 -
YUV 156.32 84.92 74.99 -
System Red Green Blue C M Y K H S L
Decimal 82 209 80 0.61 0 0.62 0.18 119.07 0.58 0.57
Hex 52 D1 50 3D 0 3E 12 77 3A 39
Octal 122 321 120 75 0 76 22 167 72 71
Binary 1010010 11010001 1010000 111101 0 111110 10010 1110111 111010 111001

Color Harmonies of #52D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D150

Black with #52D150

Text Example


Text Example

White with #52D150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,209,80); }

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

background-color css

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

 a { background-color: rgb(82,209,80); }

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

border-color css

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

 span { border-color: rgb(82,209,80); }

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