Html Css Color HEX #53BF64 Fern

📋 copy color: '#53BF64'

red 83 ◦ green 191 ◦ blue 100

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

Shades of Fern #53BF64

Tints of Fern #53BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 51.07%

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 22.19%
G = 51.07%
B = 26.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#53BF64 (or 0x53BF64) is known color: Fern. HEX triplet: 53, BF and 64. RGB value is (83,191,100). Sum of RGB (Red+Green+Blue) = 83+191+100=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BF64 is #AC409B. Grayscale: #949494. Windows color (decimal): -11288732 or 6602579. OLE color: 6602579.

HSL color Cylindrical-coordinate representation of color #53BF64: hue angle of 129.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BF64 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 191 100 -
CMYK 0.57 0 0.48 0.25
HSL 129.44º 0.46% 0.54% -
HSV(B) 129.44º 0.57% 0.75% -
XYZ 24.5 40.02 18.49 -
YUV 148.33 100.72 81.4 -
System Red Green Blue C M Y K H S L
Decimal 83 191 100 0.57 0 0.48 0.25 129.44 0.46 0.54
Hex 53 BF 64 39 0 30 19 81 2E 36
Octal 123 277 144 71 0 60 31 201 56 66
Binary 1010011 10111111 1100100 111001 0 110000 11001 10000001 101110 110110

Color Harmonies of #53BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BF64

Black with #53BF64

Text Example


Text Example

White with #53BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,191,100); }

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

background-color css

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

 a { background-color: rgb(83,191,100); }

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

border-color css

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

 span { border-color: rgb(83,191,100); }

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