Html Css Color HEX #52CE58 Fern

📋 copy color: '#52CE58'

red 82 ◦ green 206 ◦ blue 88

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

Shades of Fern #52CE58

Tints of Fern #52CE58

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.79%

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 21.81%
G = 54.79%
B = 23.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#52CE58 (or 0x52CE58) is known color: Fern. HEX triplet: 52, CE and 58. RGB value is (82,206,88). Sum of RGB (Red+Green+Blue) = 82+206+88=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE58 is #AD31A7. Grayscale: #9B9B9B. Windows color (decimal): -11350440 or 5819986. OLE color: 5819986.

HSL color Cylindrical-coordinate representation of color #52CE58: hue angle of 122.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE58 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 88 -
CMYK 0.60 0 0.57 0.19
HSL 122.9º 0.56% 0.56% -
HSV(B) 122.9º 0.6% 0.81% -
XYZ 27.31 46.64 16.8 -
YUV 155.47 89.92 75.59 -
System Red Green Blue C M Y K H S L
Decimal 82 206 88 0.60 0 0.57 0.19 122.9 0.56 0.56
Hex 52 CE 58 3C 0 39 13 7B 38 38
Octal 122 316 130 74 0 71 23 173 70 70
Binary 1010010 11001110 1011000 111100 0 111001 10011 1111011 111000 111000

Color Harmonies of #52CE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE58

Black with #52CE58

Text Example


Text Example

White with #52CE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,206,88); }

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

background-color css

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

 a { background-color: rgb(82,206,88); }

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

border-color css

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

 span { border-color: rgb(82,206,88); }

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