Html Css Color HEX #53B25F Fern

📋 copy color: '#53B25F'

red 83 ◦ green 178 ◦ blue 95

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

Shades of Fern #53B25F

Tints of Fern #53B25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

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

R = 23.31%
G = 50%
B = 26.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#53B25F (or 0x53B25F) is known color: Fern. HEX triplet: 53, B2 and 5F. RGB value is (83,178,95). Sum of RGB (Red+Green+Blue) = 83+178+95=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #53B25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B25F is #AC4DA0. Grayscale: #8C8C8C. Windows color (decimal): -11292065 or 6271571. OLE color: 6271571.

HSL color Cylindrical-coordinate representation of color #53B25F: hue angle of 127.58º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B25F is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 95 -
CMYK 0.53 0 0.47 0.30
HSL 127.58º 0.38% 0.51% -
HSV(B) 127.58º 0.53% 0.7% -
XYZ 21.55 34.51 16.35 -
YUV 140.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 83 178 95 0.53 0 0.47 0.30 127.58 0.38 0.51
Hex 53 B2 5F 35 0 2F 1E 80 26 33
Octal 123 262 137 65 0 57 36 200 46 63
Binary 1010011 10110010 1011111 110101 0 101111 11110 10000000 100110 110011

Color Harmonies of #53B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B25F

Black with #53B25F

Text Example


Text Example

White with #53B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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