Html Css Color HEX #50CF57 Fern

📋 copy color: '#50CF57'

red 80 ◦ green 207 ◦ blue 87

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

Shades of Fern #50CF57

Tints of Fern #50CF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 21.39%
G = 55.35%
B = 23.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#50CF57 (or 0x50CF57) is known color: Fern. HEX triplet: 50, CF and 57. RGB value is (80,207,87). Sum of RGB (Red+Green+Blue) = 80+207+87=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF57 is #AF30A8. Grayscale: #9B9B9B. Windows color (decimal): -11481257 or 5754704. OLE color: 5754704.

HSL color Cylindrical-coordinate representation of color #50CF57: hue angle of 123.31º 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 #50CF57 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 207 87 -
CMYK 0.61 0 0.58 0.19
HSL 123.31º 0.57% 0.56% -
HSV(B) 123.31º 0.61% 0.81% -
XYZ 27.34 47.02 16.65 -
YUV 155.35 89.42 74.26 -
System Red Green Blue C M Y K H S L
Decimal 80 207 87 0.61 0 0.58 0.19 123.31 0.57 0.56
Hex 50 CF 57 3D 0 3A 13 7B 39 38
Octal 120 317 127 75 0 72 23 173 71 70
Binary 1010000 11001111 1010111 111101 0 111010 10011 1111011 111001 111000

Color Harmonies of #50CF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF57

Black with #50CF57

Text Example


Text Example

White with #50CF57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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