Html Css Color HEX #52CE5D Fern

📋 copy color: '#52CE5D'

red 82 ◦ green 206 ◦ blue 93

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

Shades of Fern #52CE5D

Tints of Fern #52CE5D

RGB

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

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

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

R = 21.52%
G = 54.07%
B = 24.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#52CE5D (or 0x52CE5D) is known color: Fern. HEX triplet: 52, CE and 5D. RGB value is (82,206,93). Sum of RGB (Red+Green+Blue) = 82+206+93=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE5D is #AD31A2. Grayscale: #9C9C9C. Windows color (decimal): -11350435 or 6147666. OLE color: 6147666.

HSL color Cylindrical-coordinate representation of color #52CE5D: hue angle of 125.32º 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 #52CE5D is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 93 -
CMYK 0.60 0 0.55 0.19
HSL 125.32º 0.56% 0.56% -
HSV(B) 125.32º 0.6% 0.81% -
XYZ 27.53 46.73 17.92 -
YUV 156.04 92.42 75.19 -
System Red Green Blue C M Y K H S L
Decimal 82 206 93 0.60 0 0.55 0.19 125.32 0.56 0.56
Hex 52 CE 5D 3C 0 37 13 7D 38 38
Octal 122 316 135 74 0 67 23 175 70 70
Binary 1010010 11001110 1011101 111100 0 110111 10011 1111101 111000 111000

Color Harmonies of #52CE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE5D

Black with #52CE5D

Text Example


Text Example

White with #52CE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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