Html Css Color HEX #53B85F Fern

📋 copy color: '#53B85F'

red 83 ◦ green 184 ◦ blue 95

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

Shades of Fern #53B85F

Tints of Fern #53B85F

RGB

 RED value IS 83 (32.81% from 255) = 22.93%

 GREEN value IS 184 (72.27% from 255) = 50.83%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 22.93%
G = 50.83%
B = 26.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#53B85F (or 0x53B85F) is known color: Fern. HEX triplet: 53, B8 and 5F. RGB value is (83,184,95). Sum of RGB (Red+Green+Blue) = 83+184+95=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #53B85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B85F is #AC47A0. Grayscale: #8F8F8F. Windows color (decimal): -11290529 or 6273107. OLE color: 6273107.

HSL color Cylindrical-coordinate representation of color #53B85F: hue angle of 127.13º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B85F is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 184 95 -
CMYK 0.55 0 0.48 0.28
HSL 127.13º 0.42% 0.52% -
HSV(B) 127.13º 0.55% 0.72% -
XYZ 22.77 36.95 16.76 -
YUV 143.66 100.54 84.74 -
System Red Green Blue C M Y K H S L
Decimal 83 184 95 0.55 0 0.48 0.28 127.13 0.42 0.52
Hex 53 B8 5F 37 0 30 1C 7F 2A 34
Octal 123 270 137 67 0 60 34 177 52 64
Binary 1010011 10111000 1011111 110111 0 110000 11100 1111111 101010 110100

Color Harmonies of #53B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B85F

Black with #53B85F

Text Example


Text Example

White with #53B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B85F; }

 p { color: rgb(83,184,95); }

 H1.HeaderClassName
 {
   color: #53B85F;
 }
 .AnyTagClassName
 {
   color: #53B85F;
 }
</style>

background-color css

<style>
 a { background-color: #53B85F; }

 a { background-color: rgb(83,184,95); }

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

border-color css

<style>
 span { border-color: #53B85F; }

 span { border-color: rgb(83,184,95); }

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