Html Css Color HEX #52D25B Fern

📋 copy color: '#52D25B'

red 82 ◦ green 210 ◦ blue 91

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

Shades of Fern #52D25B

Tints of Fern #52D25B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.83%

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 21.41%
G = 54.83%
B = 23.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#52D25B (or 0x52D25B) is known color: Fern. HEX triplet: 52, D2 and 5B. RGB value is (82,210,91). Sum of RGB (Red+Green+Blue) = 82+210+91=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 210 (82.42% from 255 or 54.83% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 210 - color contains mainly: green. Hex color #52D25B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D25B is #AD2DA4. Grayscale: #9E9E9E. Windows color (decimal): -11349413 or 6017618. OLE color: 6017618.

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

Color convert

RGB 82 210 91 -
CMYK 0.61 0 0.57 0.18
HSL 124.22º 0.59% 0.57% -
HSV(B) 124.22º 0.61% 0.82% -
XYZ 28.41 48.64 17.79 -
YUV 158.16 90.09 73.68 -
System Red Green Blue C M Y K H S L
Decimal 82 210 91 0.61 0 0.57 0.18 124.22 0.59 0.57
Hex 52 D2 5B 3D 0 39 12 7C 3B 39
Octal 122 322 133 75 0 71 22 174 73 71
Binary 1010010 11010010 1011011 111101 0 111001 10010 1111100 111011 111001

Color Harmonies of #52D25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D25B

Black with #52D25B

Text Example


Text Example

White with #52D25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,210,91); }

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

background-color css

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

 a { background-color: rgb(82,210,91); }

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

border-color css

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

 span { border-color: rgb(82,210,91); }

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