Html Css Color HEX #52CB5E Fern

📋 copy color: '#52CB5E'

red 82 ◦ green 203 ◦ blue 94

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

Shades of Fern #52CB5E

Tints of Fern #52CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.56%

 BLUE value IS 94 (37.11% from 255) = 24.8%

R = 21.64%
G = 53.56%
B = 24.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#52CB5E (or 0x52CB5E) is known color: Fern. HEX triplet: 52, CB and 5E. RGB value is (82,203,94). Sum of RGB (Red+Green+Blue) = 82+203+94=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CB5E is #AD34A1. Grayscale: #9A9A9A. Windows color (decimal): -11351202 or 6212434. OLE color: 6212434.

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

Color convert

RGB 82 203 94 -
CMYK 0.60 0 0.54 0.20
HSL 125.95º 0.54% 0.56% -
HSV(B) 125.95º 0.6% 0.8% -
XYZ 26.86 45.31 17.92 -
YUV 154.4 93.91 76.36 -
System Red Green Blue C M Y K H S L
Decimal 82 203 94 0.60 0 0.54 0.20 125.95 0.54 0.56
Hex 52 CB 5E 3C 0 36 14 7E 36 38
Octal 122 313 136 74 0 66 24 176 66 70
Binary 1010010 11001011 1011110 111100 0 110110 10100 1111110 110110 111000

Color Harmonies of #52CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB5E

Black with #52CB5E

Text Example


Text Example

White with #52CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,203,94); }

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

background-color css

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

 a { background-color: rgb(82,203,94); }

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

border-color css

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

 span { border-color: rgb(82,203,94); }

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