Html Css Color HEX #52BC5D Fern

📋 copy color: '#52BC5D'

red 82 ◦ green 188 ◦ blue 93

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

Shades of Fern #52BC5D

Tints of Fern #52BC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.79%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 22.59%
G = 51.79%
B = 25.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#52BC5D (or 0x52BC5D) is known color: Fern. HEX triplet: 52, BC and 5D. RGB value is (82,188,93). Sum of RGB (Red+Green+Blue) = 82+188+93=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BC5D is #AD43A2. Grayscale: #919191. Windows color (decimal): -11355043 or 6143058. OLE color: 6143058.

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

Color convert

RGB 82 188 93 -
CMYK 0.56 0 0.51 0.26
HSL 126.23º 0.44% 0.53% -
HSV(B) 126.23º 0.56% 0.74% -
XYZ 23.44 38.55 16.56 -
YUV 145.48 98.38 82.72 -
System Red Green Blue C M Y K H S L
Decimal 82 188 93 0.56 0 0.51 0.26 126.23 0.44 0.53
Hex 52 BC 5D 38 0 33 1A 7E 2C 35
Octal 122 274 135 70 0 63 32 176 54 65
Binary 1010010 10111100 1011101 111000 0 110011 11010 1111110 101100 110101

Color Harmonies of #52BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC5D

Black with #52BC5D

Text Example


Text Example

White with #52BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,188,93); }

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

background-color css

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

 a { background-color: rgb(82,188,93); }

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

border-color css

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

 span { border-color: rgb(82,188,93); }

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