Html Css Color HEX #50CF51 Fern

📋 copy color: '#50CF51'

red 80 ◦ green 207 ◦ blue 81

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

Shades of Fern #50CF51

Tints of Fern #50CF51

RGB

 RED value IS 80 (31.64% from 255) = 21.74%

 GREEN value IS 207 (81.25% from 255) = 56.25%

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 21.74%
G = 56.25%
B = 22.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#50CF51 (or 0x50CF51) is known color: Fern. HEX triplet: 50, CF and 51. RGB value is (80,207,81). Sum of RGB (Red+Green+Blue) = 80+207+81=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF51 is #AF30AE. Grayscale: #9B9B9B. Windows color (decimal): -11481263 or 5361488. OLE color: 5361488.

HSL color Cylindrical-coordinate representation of color #50CF51: hue angle of 120.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CF51 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 207 81 -
CMYK 0.61 0 0.61 0.19
HSL 120.47º 0.57% 0.56% -
HSV(B) 120.47º 0.61% 0.81% -
XYZ 27.11 46.93 15.41 -
YUV 154.66 86.42 74.75 -
System Red Green Blue C M Y K H S L
Decimal 80 207 81 0.61 0 0.61 0.19 120.47 0.57 0.56
Hex 50 CF 51 3D 0 3D 13 78 39 38
Octal 120 317 121 75 0 75 23 170 71 70
Binary 1010000 11001111 1010001 111101 0 111101 10011 1111000 111001 111000

Color Harmonies of #50CF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF51

Black with #50CF51

Text Example


Text Example

White with #50CF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50CF51; }

 p { color: rgb(80,207,81); }

 H1.HeaderClassName
 {
   color: #50CF51;
 }
 .AnyTagClassName
 {
   color: #50CF51;
 }
</style>

background-color css

<style>
 a { background-color: #50CF51; }

 a { background-color: rgb(80,207,81); }

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

border-color css

<style>
 span { border-color: #50CF51; }

 span { border-color: rgb(80,207,81); }

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