Html Css Color HEX #50CF55 Fern

📋 copy color: '#50CF55'

red 80 ◦ green 207 ◦ blue 85

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

Shades of Fern #50CF55

Tints of Fern #50CF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.85%

R = 21.51%
G = 55.65%
B = 22.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#50CF55 (or 0x50CF55) is known color: Fern. HEX triplet: 50, CF and 55. RGB value is (80,207,85). Sum of RGB (Red+Green+Blue) = 80+207+85=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF55 is #AF30AA. Grayscale: #9B9B9B. Windows color (decimal): -11481259 or 5623632. OLE color: 5623632.

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

Color convert

RGB 80 207 85 -
CMYK 0.61 0 0.59 0.19
HSL 122.36º 0.57% 0.56% -
HSV(B) 122.36º 0.61% 0.81% -
XYZ 27.26 46.99 16.23 -
YUV 155.12 88.42 74.42 -
System Red Green Blue C M Y K H S L
Decimal 80 207 85 0.61 0 0.59 0.19 122.36 0.57 0.56
Hex 50 CF 55 3D 0 3B 13 7A 39 38
Octal 120 317 125 75 0 73 23 172 71 70
Binary 1010000 11001111 1010101 111101 0 111011 10011 1111010 111001 111000

Color Harmonies of #50CF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF55

Black with #50CF55

Text Example


Text Example

White with #50CF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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